Spaces:
Runtime error
Runtime error
Commit
·
ff57fdc
1
Parent(s):
662ab56
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def main():
|
|
123 |
st.subheader("Predict Conversion")
|
124 |
|
125 |
# Create an instance of MarkovChainClassifier with the ML config file
|
126 |
-
model = MarkovChainClassifier("
|
127 |
|
128 |
# Get user input for userID
|
129 |
user_id = st.text_input("Enter User ID")
|
|
|
123 |
st.subheader("Predict Conversion")
|
124 |
|
125 |
# Create an instance of MarkovChainClassifier with the ML config file
|
126 |
+
model = MarkovChainClassifier("mcclf_cc.properties")
|
127 |
|
128 |
# Get user input for userID
|
129 |
user_id = st.text_input("Enter User ID")
|