Solshine commited on
Commit
e10d649
1 Parent(s): ee710d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -121,11 +121,7 @@ def launch_bot():
121
 
122
  st.audio(sound_file)
123
 
124
- agree = st.checkbox('Upgrade to Premium!')
125
-
126
- if agree:
127
- with st.chat_message("assistant"):
128
- st.markdown("[Sign up for Premium](https://www.patreon.com/CopyleftCultivarsNonprofit)", unsafe_allow_html=True)
129
 
130
  if __name__ == "__main__":
131
  launch_bot()
 
121
 
122
  st.audio(sound_file)
123
 
124
+ st.markdown("[Sign up for Premium](https://www.patreon.com/CopyleftCultivarsNonprofit)", unsafe_allow_html=True)
 
 
 
 
125
 
126
  if __name__ == "__main__":
127
  launch_bot()