Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ st.markdown("""
|
|
103 |
""", unsafe_allow_html=True)
|
104 |
|
105 |
# Initialize a variable for generated text
|
106 |
-
generated_text = "
|
107 |
|
108 |
# Create two columns for the layout (40% and 60%)
|
109 |
col1, col2 = st.columns([2, 3]) # 2 + 3 = 5 parts in total
|
|
|
103 |
""", unsafe_allow_html=True)
|
104 |
|
105 |
# Initialize a variable for generated text
|
106 |
+
generated_text = "El texto solicitado aparecerá aquí."
|
107 |
|
108 |
# Create two columns for the layout (40% and 60%)
|
109 |
col1, col2 = st.columns([2, 3]) # 2 + 3 = 5 parts in total
|