Harelkarni commited on
Commit
e74b3d3
1 Parent(s): 518407c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -222,4 +222,5 @@ with st.spinner('Wait for it...'):
222
  print_sentiment_summery(df)
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)
 
 
222
  print_sentiment_summery(df)
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
+ print_timeGpt(stock_info)