Spaces:
Sleeping
Sleeping
Update all changes
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ with gr.Blocks() as demo:
|
|
226 |
inbtwProclamandoTwo = gr.Button(f"Expectativas: {proclamandoQuestion['EXPECTATIVAS']}")
|
227 |
inbtwProclamandoTwoTwo = gr.Button(f"Expectativas: {proclamandoQuestion['EXPECTATIVAS_TWO']}")
|
228 |
with gr.Row():
|
229 |
-
with gr.Column():
|
230 |
#Answer for Contemplando y Proclamando questions
|
231 |
|
232 |
|
@@ -234,11 +234,11 @@ with gr.Blocks() as demo:
|
|
234 |
|
235 |
|
236 |
with gr.Column(scale = 1):
|
237 |
-
text1 = gr.Textbox(visible =
|
238 |
#Button for calling AI Help
|
239 |
text_button = gr.Button("Buscar m谩s informaci贸n (IA)")
|
240 |
-
text2 = gr.Textbox(visible =
|
241 |
-
with gr.Column():
|
242 |
text_output_aiAnswer= gr.Textbox(label="Ayuda a mi respuesta", lines=10)
|
243 |
|
244 |
if __name__ == "__main__":
|
|
|
226 |
inbtwProclamandoTwo = gr.Button(f"Expectativas: {proclamandoQuestion['EXPECTATIVAS']}")
|
227 |
inbtwProclamandoTwoTwo = gr.Button(f"Expectativas: {proclamandoQuestion['EXPECTATIVAS_TWO']}")
|
228 |
with gr.Row():
|
229 |
+
with gr.Column(scale = 2):
|
230 |
#Answer for Contemplando y Proclamando questions
|
231 |
|
232 |
|
|
|
234 |
|
235 |
|
236 |
with gr.Column(scale = 1):
|
237 |
+
text1 = gr.Textbox(visible = True)
|
238 |
#Button for calling AI Help
|
239 |
text_button = gr.Button("Buscar m谩s informaci贸n (IA)")
|
240 |
+
text2 = gr.Textbox(visible = True)
|
241 |
+
with gr.Column(scale = 2):
|
242 |
text_output_aiAnswer= gr.Textbox(label="Ayuda a mi respuesta", lines=10)
|
243 |
|
244 |
if __name__ == "__main__":
|