Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
colpali fix
Browse files
pages/Multimodal_Conversational_Search.py
CHANGED
|
@@ -203,7 +203,7 @@ def handle_input(state,dummy):
|
|
| 203 |
print("\n\n")
|
| 204 |
# if(st.session_state.input_query==''):
|
| 205 |
# return ""
|
| 206 |
-
|
| 207 |
for key in st.session_state:
|
| 208 |
if key.startswith('input_'):
|
| 209 |
inputs[key.removeprefix('input_')] = st.session_state[key]
|
|
|
|
| 203 |
print("\n\n")
|
| 204 |
# if(st.session_state.input_query==''):
|
| 205 |
# return ""
|
| 206 |
+
inputs = {}
|
| 207 |
for key in st.session_state:
|
| 208 |
if key.startswith('input_'):
|
| 209 |
inputs[key.removeprefix('input_')] = st.session_state[key]
|