Method314 commited on
Commit
f4392e1
·
verified ·
1 Parent(s): 7e12f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ custom_css = """
80
  """
81
 
82
  # Create Gradio interface
83
- with gr.Blocks(css=custom_css, title="Alan's Logarithmic Charting Tool") as iface:
84
  gr.Markdown("# Alan's Logarithmic Charting Tool")
85
  gr.Markdown("Enter a stock ticker and date range to generate a logarithmic chart.")
86
 
 
80
  """
81
 
82
  # Create Gradio interface
83
+ with gr.Blocks(css=custom_css, title="Logarithmic Charting Tool") as iface:
84
  gr.Markdown("# Alan's Logarithmic Charting Tool")
85
  gr.Markdown("Enter a stock ticker and date range to generate a logarithmic chart.")
86