Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
10df19c
1
Parent(s):
8f299bb
Update app.py
Browse files
app.py
CHANGED
@@ -137,4 +137,4 @@ for colname in data.columns:
|
|
137 |
if st.button("Submit"):
|
138 |
prediction = general_predictor(inputls)
|
139 |
|
140 |
-
st.text(f"
|
|
|
137 |
if st.button("Submit"):
|
138 |
prediction = general_predictor(inputls)
|
139 |
|
140 |
+
st.text(f"Your recommendation: {prediction}")
|