AIdeaText commited on
Commit
d90619a
·
verified ·
1 Parent(s): d0a89b7

Update modules/ui/ui.py

Browse files
Files changed (1) hide show
  1. modules/ui/ui.py +1 -9
modules/ui/ui.py CHANGED
@@ -84,15 +84,7 @@ def login_register_page(lang_code, t):
84
  # Create a container for the language selector and logos
85
  with st.container():
86
  col1, col2, col3 = st.columns([2, 2, 1])
87
-
88
- with col1:
89
- # Logo de AIdeaText
90
- st.image("assets/img/logo_92x92.png", width=100)
91
-
92
- with col2:
93
- # Logo de WebSummit Rio 2025
94
- st.image("assets/img/ALPHA_Startup Badges.png", width=150)
95
-
96
  with col3:
97
  # Selector de idioma
98
  selected_lang = st.selectbox(
 
84
  # Create a container for the language selector and logos
85
  with st.container():
86
  col1, col2, col3 = st.columns([2, 2, 1])
87
+
 
 
 
 
 
 
 
 
88
  with col3:
89
  # Selector de idioma
90
  selected_lang = st.selectbox(