mrshibly commited on
Commit
07341a8
·
verified ·
1 Parent(s): 168fbf6

Update app.py

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