MartinKosela commited on
Commit
450a9f7
·
1 Parent(s): 207ae76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,6 +97,6 @@ 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!")
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! Contact team@autumn8.ai 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.")