Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ custom_css = """
|
|
| 80 |
"""
|
| 81 |
|
| 82 |
# Create Gradio interface
|
| 83 |
-
with gr.Blocks(css=custom_css, title="
|
| 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 |
|