JayLacoma commited on
Commit
15086ee
·
verified ·
1 Parent(s): 1f6ac5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def stock_analysis(ticker, start_date, end_date):
274
  # %%
275
  # Define Gradio interface
276
  with gr.Blocks() as demo:
277
- gr.Markdown("## Stock Market Analysis App")
278
 
279
  ticker_input = gr.Textbox(label="Enter Stock Ticker (e.g., AAPL, NVDA)", value="NVDA")
280
  start_date_input = gr.Textbox(label="Start Date (YYYY-MM-DD)", value="2022-01-01")
 
274
  # %%
275
  # Define Gradio interface
276
  with gr.Blocks() as demo:
277
+ gr.Markdown("## 360 Stock Market Analysis")
278
 
279
  ticker_input = gr.Textbox(label="Enter Stock Ticker (e.g., AAPL, NVDA)", value="NVDA")
280
  start_date_input = gr.Textbox(label="Start Date (YYYY-MM-DD)", value="2022-01-01")