rdlf commited on
Commit
963730f
verified
1 Parent(s): 89b131b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ st.write("# Inicio")
16
  st.title("plAIn")
17
  # Add more components here
18
  # Create a text input widget
19
- user_input = st.text_input('Pega tu texto:', 'Acuerdo de 28 de febrero de 2024, de la Comisi贸n Permanente del Consejo General del Poder Judicial, por el que se resuelve la convocatoria de oferta p煤blica entre miembros del Cuerpo Jur铆dico Militar, para la cobertura mediante suplencia profesional, en r茅gimen de comisi贸n de servicio con relevaci贸n de funciones, de plazas en 贸rganos de la jurisdicci贸n militar')
20
 
21
  # Define a function to process the input
22
  def process_text(input_text):
 
16
  st.title("plAIn")
17
  # Add more components here
18
  # Create a text input widget
19
+ user_input = st.text_input('Pega tu texto:', '')
20
 
21
  # Define a function to process the input
22
  def process_text(input_text):