Update page_files/Categorized_Search.py
Browse files
page_files/Categorized_Search.py
CHANGED
|
@@ -682,7 +682,7 @@ with right_col:
|
|
| 682 |
|
| 683 |
current_input = (search_query or "").strip()
|
| 684 |
previous_term = st.session_state._search_term or ""
|
| 685 |
-
|
| 686 |
if search_clicked:
|
| 687 |
if current_input:
|
| 688 |
st.session_state["_switch_to_tab"] = 0
|
|
|
|
| 682 |
|
| 683 |
current_input = (search_query or "").strip()
|
| 684 |
previous_term = st.session_state._search_term or ""
|
| 685 |
+
|
| 686 |
if search_clicked:
|
| 687 |
if current_input:
|
| 688 |
st.session_state["_switch_to_tab"] = 0
|