Harelkarni commited on
Commit
34d2240
1 Parent(s): 256a125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,5 +223,5 @@ with st.spinner('Wait for it...'):
223
  st.write(f"<H4>Forecasting</H4>", unsafe_allow_html=True)
224
  st.write(get_forecast_html(stock_info), unsafe_allow_html=True)
225
  st.write(get_forecast_html24(stock_info), unsafe_allow_html=True)
226
- st.write("Monthly forecast")
227
  print_timeGpt(stock_info)
 
223
  st.write(f"<H4>Forecasting</H4>", unsafe_allow_html=True)
224
  st.write(get_forecast_html(stock_info), unsafe_allow_html=True)
225
  st.write(get_forecast_html24(stock_info), unsafe_allow_html=True)
226
+ st.write("TimeGPT Monthly forecast")
227
  print_timeGpt(stock_info)