Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ubi integration
Browse files- pages/Semantic_Search.py +1 -1
pages/Semantic_Search.py
CHANGED
|
@@ -883,7 +883,7 @@ def render_answer(answer,index):
|
|
| 883 |
st.session_state[opened_key] = True
|
| 884 |
|
| 885 |
# Send the expander open event (only once per session)
|
| 886 |
-
ubi.
|
| 887 |
index="ubi_events",
|
| 888 |
document={
|
| 889 |
"action_name": "expander_open",
|
|
|
|
| 883 |
st.session_state[opened_key] = True
|
| 884 |
|
| 885 |
# Send the expander open event (only once per session)
|
| 886 |
+
ubi.send_to_lambda(
|
| 887 |
index="ubi_events",
|
| 888 |
document={
|
| 889 |
"action_name": "expander_open",
|