nickmuchi commited on
Commit
9e17c08
β€’
1 Parent(s): fdb5d4d

Update pages/3_Earnings_Semantic_Search_πŸ”Ž_.py

Browse files
pages/3_Earnings_Semantic_Search_πŸ”Ž_.py CHANGED
@@ -148,6 +148,15 @@ try:
148
 
149
  col_blank, col_text, col1, col2 = st.columns([10, 2, 1, 1])
150
 
 
 
 
 
 
 
 
 
 
151
 
152
  with st.expander(label='Query Result with Sentiment Tag', expanded=True):
153
 
148
 
149
  col_blank, col_text, col1, col2 = st.columns([10, 2, 1, 1])
150
 
151
+ with col_text:
152
+ st.text("Feedback:")
153
+
154
+ with col1:
155
+ st.button("πŸ‘", on_click=send_feedback, args=(run_id, 1))
156
+
157
+ with col2:
158
+ st.button("πŸ‘Ž", on_click=send_feedback, args=(run_id, 0))
159
+
160
 
161
  with st.expander(label='Query Result with Sentiment Tag', expanded=True):
162