JavadBayazi commited on
Commit
0ea8569
·
verified ·
1 Parent(s): f9fb754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def fetch_data(source_name, days_back=180):
22
  # Streamlit app interface
23
  st.title("⚡ Electricity Market Price Forecasting")
24
  st.write("""
25
- This application uses **Amazon Chronos** pretrained models for zero-shot time series forecasting on electricity market data.
26
  Select a model, choose your data source, and evaluate forecasting performance with backtesting on real ERCOT prices.
27
  """)
28
 
 
22
  # Streamlit app interface
23
  st.title("⚡ Electricity Market Price Forecasting")
24
  st.write("""
25
+ This application uses several pretrained models for zero-shot time series forecasting on electricity market data.
26
  Select a model, choose your data source, and evaluate forecasting performance with backtesting on real ERCOT prices.
27
  """)
28