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 |
|