Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def launch_bot():
|
|
83 |
st.write(message["content"])
|
84 |
|
85 |
if (message["role"] == "assistant") & (not st.session_state.first_turn):
|
86 |
-
if st.button(":thumbsup:"
|
87 |
print("DEBUG: Thumbs up pressed")
|
88 |
|
89 |
example_container = st.empty()
|
|
|
83 |
st.write(message["content"])
|
84 |
|
85 |
if (message["role"] == "assistant") & (not st.session_state.first_turn):
|
86 |
+
if st.button(":thumbsup:"):
|
87 |
print("DEBUG: Thumbs up pressed")
|
88 |
|
89 |
example_container = st.empty()
|