Update modules/ui/user_page.py
Browse files- modules/ui/user_page.py +1 -1
modules/ui/user_page.py
CHANGED
|
@@ -215,7 +215,7 @@ def user_page(lang_code, t):
|
|
| 215 |
if can_switch:
|
| 216 |
st.session_state.selected_tab = index
|
| 217 |
|
| 218 |
-
|
| 219 |
st.session_state.tab_states['semantic_live_active'] = True
|
| 220 |
display_semantic_interface(
|
| 221 |
st.session_state.lang_code,
|
|
|
|
| 215 |
if can_switch:
|
| 216 |
st.session_state.selected_tab = index
|
| 217 |
|
| 218 |
+
if index == 0: # Semántico modo texto
|
| 219 |
st.session_state.tab_states['semantic_live_active'] = True
|
| 220 |
display_semantic_interface(
|
| 221 |
st.session_state.lang_code,
|