Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -146,8 +146,8 @@ if prompt := st.chat_input(placeholder=starter_message):
|
|
146 |
with col_text:
|
147 |
st.text("Feedback:")
|
148 |
|
149 |
-
with col1:
|
150 |
-
|
151 |
|
152 |
-
with col2:
|
153 |
-
|
|
|
146 |
with col_text:
|
147 |
st.text("Feedback:")
|
148 |
|
149 |
+
# with col1:
|
150 |
+
# st.button("π", on_click=send_feedback, args=(run_id, 1))
|
151 |
|
152 |
+
# with col2:
|
153 |
+
# st.button("π", on_click=send_feedback, args=(run_id, 0))
|