AIdeaText commited on
Commit
0f44046
1 Parent(s): 85d4723

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,13 +19,13 @@ def logged_in_interface():
19
 
20
  with col1:
21
  #st.write(f"Bienvenido, {st.session_state.username}")
22
- st.markdown(f"<h2 style='margin-bottom: 0;'>Bienvenido, {st.session_state.username}</h2>", unsafe_allow_html=True)
23
 
24
  with col3:
25
  st.markdown("""
26
  <style>
27
  div[data-baseweb="select"] > div {
28
- font-size: 1.1rem;
29
  }
30
  .language-label {
31
  font-size: 1.0rem;
 
19
 
20
  with col1:
21
  #st.write(f"Bienvenido, {st.session_state.username}")
22
+ st.markdown(f"<h3 style='margin-bottom: 0;'>Bienvenido, {st.session_state.username}</h2>", unsafe_allow_html=True)
23
 
24
  with col3:
25
  st.markdown("""
26
  <style>
27
  div[data-baseweb="select"] > div {
28
+ font-size: 1.8rem;
29
  }
30
  .language-label {
31
  font-size: 1.0rem;