Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
78 |
-
|
|
|
|
|
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("""
|