Isabel Gwara commited on
Commit
10df19c
·
1 Parent(s): 8f299bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"This instance is a {prediction}")
 
137
  if st.button("Submit"):
138
  prediction = general_predictor(inputls)
139
 
140
+ st.text(f"Your recommendation: {prediction}")