JavadBayazi commited on
Commit
73852fc
·
1 Parent(s): ec72f78

Change 'demo' to 'application' for professional tone

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 demo 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 **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