UCS2014 commited on
Commit
6cce470
·
verified ·
1 Parent(s): 7c2e10f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -736,7 +736,7 @@ if st.session_state.app_step == "predict":
736
 
737
  sticky_header("Prediction", "Upload a dataset with the feature columns (no **GR**).")
738
 
739
- if "PredictOnly" in st.session_state.results:
740
  # ... (Rest of the code to display the results)
741
 
742
  # =========================
 
736
 
737
  sticky_header("Prediction", "Upload a dataset with the feature columns (no **GR**).")
738
 
739
+ if "PredictOnly" in st.session_state.results:
740
  # ... (Rest of the code to display the results)
741
 
742
  # =========================