Spaces:
Running
Running
Update app.py
Browse files
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
|
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")
|