Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
#
|
| 91 |
st.markdown("<h1 style='text-align: center;'>First Line Alchemy</h1>", unsafe_allow_html=True)
|
| 92 |
-
st.markdown("<h4 style='text-align: center;'>
|
| 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 |
|