eshan6704 commited on
Commit
3783fe3
·
verified ·
1 Parent(s): d05a724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def fetch_data(symbol, req_type):
4
- # Prefabricated HTML response using inputs
5
  html_response = f"""
6
  <html>
7
  <head><title>Stock Data for {symbol}</title></head>
 
1
  import gradio as gr
2
 
3
  def fetch_data(symbol, req_type):
4
+ # Prefabricated HTML string response to demonstrate API
5
  html_response = f"""
6
  <html>
7
  <head><title>Stock Data for {symbol}</title></head>