Spaces:
Runtime error
Runtime error
Commit
·
462a54a
1
Parent(s):
e03eaf2
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def main():
|
|
101 |
st.write("To get started, use the sidebar to navigate to the desired functionality.")
|
102 |
st.write("1. **Generate User Visit History**: Select the number of users and conversion rate, and click the 'Generate' button to generate user visit history.")
|
103 |
# st.write("2. **Train Model**: Upload an ML config file using the file uploader, and click the 'Train' button to train the Markov Chain Classifier model.")
|
104 |
-
st.write("
|
105 |
|
106 |
elif app_mode == "Generate User Visit History":
|
107 |
st.subheader("Generate User Visit History")
|
|
|
101 |
st.write("To get started, use the sidebar to navigate to the desired functionality.")
|
102 |
st.write("1. **Generate User Visit History**: Select the number of users and conversion rate, and click the 'Generate' button to generate user visit history.")
|
103 |
# st.write("2. **Train Model**: Upload an ML config file using the file uploader, and click the 'Train' button to train the Markov Chain Classifier model.")
|
104 |
+
st.write("2. **Predict Conversion**: Upload an ML config file using the file uploader, and click the 'Predict' button to make predictions with the trained model.")
|
105 |
|
106 |
elif app_mode == "Generate User Visit History":
|
107 |
st.subheader("Generate User Visit History")
|