azrai99 commited on
Commit
752c404
·
verified ·
1 Parent(s): 8993619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ def transfer_learning_forecasting():
277
  if 'forecast_results' in st.session_state:
278
  forecast_results = st.session_state.forecast_results
279
 
280
- st.markdwon('You can download Input and Forecast Data below')
281
  tab_insample, tab_forecast = st.tabs(
282
  ["Input data", "Forecast"]
283
  )
 
277
  if 'forecast_results' in st.session_state:
278
  forecast_results = st.session_state.forecast_results
279
 
280
+ st.markdown('You can download Input and Forecast Data below')
281
  tab_insample, tab_forecast = st.tabs(
282
  ["Input data", "Forecast"]
283
  )