nickmuchi commited on
Commit
014f3db
β€’
1 Parent(s): 18d96f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- 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))
 
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))