Spaces:
Running
on
T4
Running
on
T4
ubi integration
Browse files- pages/Semantic_Search.py +1 -1
pages/Semantic_Search.py
CHANGED
@@ -889,7 +889,7 @@ def render_answer(answer,index):
|
|
889 |
"message_type": "INFO",
|
890 |
"message": f"Expander opened for item {item_id}"
|
891 |
}
|
892 |
-
status = ubi.send_to_lambda("ubi_events",
|
893 |
with inner_col_1:
|
894 |
|
895 |
if(st.session_state.input_evaluate == "enabled"):
|
|
|
889 |
"message_type": "INFO",
|
890 |
"message": f"Expander opened for item {item_id}"
|
891 |
}
|
892 |
+
status = ubi.send_to_lambda("ubi_events", event_payload)
|
893 |
with inner_col_1:
|
894 |
|
895 |
if(st.session_state.input_evaluate == "enabled"):
|