MartinKosela commited on
Commit
58daaac
·
1 Parent(s): 5b17ad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,6 +97,7 @@ if st.session_state.rec_model_pressed:
97
  st.session_state.feedback_submitted = True
98
 
99
  if st.session_state.feedback_submitted:
100
- st.success("Thank you for your feedback! \nContact [email protected] or +1 (857) 600-0180 to learn how we can fine-tune and host this app for you.")
 
101
  else:
102
  st.warning("Please provide a description.")
 
97
  st.session_state.feedback_submitted = True
98
 
99
  if st.session_state.feedback_submitted:
100
+ st.success("Thank you for your feedback!")
101
+ st.success("Contact [email protected] or call (857) 600-0180 to learn how we can fine-tune and host this app for you.")
102
  else:
103
  st.warning("Please provide a description.")