Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ custom_css = """
|
|
| 194 |
|
| 195 |
# Create Gradio interface with custom Seafoam theme
|
| 196 |
with gr.Blocks(theme=seafoam, title="Log Stock Charts", css=custom_css) as iface:
|
| 197 |
-
gr.Markdown("# Log
|
| 198 |
gr.Markdown("Enter a stock ticker and date range to generate a chart.", elem_classes=["center-text"])
|
| 199 |
|
| 200 |
with gr.Row():
|
|
|
|
| 194 |
|
| 195 |
# Create Gradio interface with custom Seafoam theme
|
| 196 |
with gr.Blocks(theme=seafoam, title="Log Stock Charts", css=custom_css) as iface:
|
| 197 |
+
gr.Markdown("# Stock Log Charts", elem_classes=["center-text"])
|
| 198 |
gr.Markdown("Enter a stock ticker and date range to generate a chart.", elem_classes=["center-text"])
|
| 199 |
|
| 200 |
with gr.Row():
|