ceibal commited on
Commit
da53fa4
1 Parent(s): 02618af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
77
  <center>
78
  <img src='data:image/jpg;base64,{}' width=200px>
79
  <h3>
80
- Con este espacio podrás jugar a responder preguntas de manera correcta a un tema y sumar puntos!
81
  </h3>
82
  </center>
83
  """.format(encoded_image))
@@ -90,9 +90,9 @@ with gr.Blocks() as demo:
90
  ("15-18", "entre 15 y 18 años"),
91
  (">18" ,"mayores de 18"),
92
  ],
93
- label="Cuál es tu edad?",
94
  )
95
- start_btn = gr.Button("Quiero comenzar!")
96
  with gr.Row():
97
  chatbot = gr.Chatbot( height=250) #just to fit the notebook
98
  with gr.Row():
 
77
  <center>
78
  <img src='data:image/jpg;base64,{}' width=200px>
79
  <h3>
80
+ En este espacio podrás jugar a responder preguntas sobre el tema que te guste y sumar puntos!
81
  </h3>
82
  </center>
83
  """.format(encoded_image))
 
90
  ("15-18", "entre 15 y 18 años"),
91
  (">18" ,"mayores de 18"),
92
  ],
93
+ label="Selecciona según tu edad:",
94
  )
95
+ start_btn = gr.Button("¡Quiero comenzar!")
96
  with gr.Row():
97
  chatbot = gr.Chatbot( height=250) #just to fit the notebook
98
  with gr.Row():