Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def forecast(file, horizon, model_choice):
|
|
| 98 |
|
| 99 |
# Gradio UI
|
| 100 |
with gr.Blocks() as demo:
|
| 101 |
-
gr.Markdown("# 📈 Stock Price Forecasting
|
| 102 |
gr.Markdown(
|
| 103 |
"Upload a CSV containing stock prices (must have a **'Close'** column). "
|
| 104 |
"Choose ARIMA, LSTM, or Compare Both, then set forecast horizon."
|
|
|
|
| 98 |
|
| 99 |
# Gradio UI
|
| 100 |
with gr.Blocks() as demo:
|
| 101 |
+
gr.Markdown("# 📈 Stock Price Forecasting")
|
| 102 |
gr.Markdown(
|
| 103 |
"Upload a CSV containing stock prices (must have a **'Close'** column). "
|
| 104 |
"Choose ARIMA, LSTM, or Compare Both, then set forecast horizon."
|