Method314 commited on
Commit
bacb5f7
·
verified ·
1 Parent(s): d78a290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Stock 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():
 
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():