JeCabrera commited on
Commit
8febed4
verified
1 Parent(s): 6031a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -74,8 +74,10 @@ Create an opening paragraph for a {text_type} of {length} words in Spanish that
74
 
75
  # Inicializar la aplicaci贸n Streamlit
76
  st.set_page_config(page_title="First Line Alchemy", layout="wide")
77
- st.title("First Line Alchemy")
78
- st.markdown("<h2>Transforma tus ideas en p谩rrafos cautivadores con inteligencia artificial.</h2>", unsafe_allow_html=True)
 
 
79
 
80
  # A帽adir CSS personalizado para el bot贸n
81
  st.markdown("""
 
74
 
75
  # Inicializar la aplicaci贸n Streamlit
76
  st.set_page_config(page_title="First Line Alchemy", layout="wide")
77
+
78
+ # Centrar el t铆tulo y el subt铆tulo
79
+ st.markdown("<h1 style='text-align: center;'>First Line Alchemy</h1>", unsafe_allow_html=True)
80
+ st.markdown("<p 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.</p>", unsafe_allow_html=True)
81
 
82
  # A帽adir CSS personalizado para el bot贸n
83
  st.markdown("""