JeCabrera commited on
Commit
617ed94
verified
1 Parent(s): aed4415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,9 +87,9 @@ Create an opening paragraph of {length} words in Spanish that makes {target_audi
87
  # Configuraci贸n de la p谩gina de Streamlit
88
  st.set_page_config(page_title="First Line Alchemy", layout="wide")
89
 
90
- # Interfaz de usuario
91
  st.markdown("<h1 style='text-align: center;'>First Line Alchemy</h1>", unsafe_allow_html=True)
92
- st.markdown("<h4 style='text-align: center;'>Transforma conceptos en l铆neas que cautivan e inspiran acci贸n.</h4>", unsafe_allow_html=True)
93
 
94
  col1, col2 = st.columns([2, 3])
95
 
 
87
  # Configuraci贸n de la p谩gina de Streamlit
88
  st.set_page_config(page_title="First Line Alchemy", layout="wide")
89
 
90
+ # Centrar el t铆tulo y el subt铆tulo
91
  st.markdown("<h1 style='text-align: center;'>First Line Alchemy</h1>", unsafe_allow_html=True)
92
+ st.markdown("<h4 style='text-align: center;'>Experimenta la magia de transformar conceptos ordinarios en l铆neas de apertura extraordinarias que cautivan la imaginaci贸n e inspiran acci贸n.</h4>", unsafe_allow_html=True)
93
 
94
  col1, col2 = st.columns([2, 3])
95