Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,11 +121,7 @@ def launch_bot():
|
|
121 |
|
122 |
st.audio(sound_file)
|
123 |
|
124 |
-
|
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()
|