Reality123b commited on
Commit
5a826d4
·
verified ·
1 Parent(s): 199b097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def main():
127
  with gr.Blocks() as interface:
128
  gr.Markdown("## Real-time Stock Market Analysis")
129
  with gr.Row():
130
- symbol_input = gr.Textbox(label="Symbol", "AAPL", interactive=True)
131
  timeframe_input = gr.Dropdown(label="Timeframe", choices=["1m", "5m", "15m", "30m", "1h", "1d"], value="1d", interactive=True)
132
 
133
  with gr.Row():
 
127
  with gr.Blocks() as interface:
128
  gr.Markdown("## Real-time Stock Market Analysis")
129
  with gr.Row():
130
+ symbol_input = gr.Textbox("AAPL", label="Symbol", interactive=True)
131
  timeframe_input = gr.Dropdown(label="Timeframe", choices=["1m", "5m", "15m", "30m", "1h", "1d"], value="1d", interactive=True)
132
 
133
  with gr.Row():