JeCabrera commited on
Commit
d58867d
·
verified ·
1 Parent(s): 3b8963c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "Tu párrafo de apertura aparecera 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
 
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