Johan713 commited on
Commit
7c20310
·
verified ·
1 Parent(s): 79ac946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -388,7 +388,7 @@ def test_model():
388
  else:
389
  st.error("Failed to train the Prophet model. Please try a different dataset.")
390
  else:
391
- st.error("Failed to fetch stock data. Please try again."
392
 
393
  def predict_stock_prices():
394
  st.header("Predict Stock Prices with Enhanced Model")
 
388
  else:
389
  st.error("Failed to train the Prophet model. Please try a different dataset.")
390
  else:
391
+ st.error("Failed to fetch stock data. Please try again.")
392
 
393
  def predict_stock_prices():
394
  st.header("Predict Stock Prices with Enhanced Model")