Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
| 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 |
# =========================
|