azrai99 commited on
Commit
70a8bde
·
verified ·
1 Parent(s): a3dc2e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -274,6 +274,7 @@ def transfer_learning_forecasting():
274
 
275
  def dynamic_forecasting():
276
  st.title("Dynamic Forecasting")
 
277
 
278
  with st.sidebar.expander("Upload and Configure Dataset", expanded=True):
279
  uploaded_file = st.file_uploader("Upload your time series data (CSV)", type=["csv"])
 
274
 
275
  def dynamic_forecasting():
276
  st.title("Dynamic Forecasting")
277
+ st.subheader("Speed depends on CPU/GPU availability", divider="gray")
278
 
279
  with st.sidebar.expander("Upload and Configure Dataset", expanded=True):
280
  uploaded_file = st.file_uploader("Upload your time series data (CSV)", type=["csv"])