Spaces:
Sleeping
Sleeping
Update all changes
Browse files
app.py
CHANGED
@@ -233,10 +233,10 @@ with gr.Blocks() as demo:
|
|
233 |
text_output_guia = gr.Textbox(label="Respuesta", lines=10)
|
234 |
|
235 |
|
236 |
-
with gr.Column(scale =
|
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)
|
|
|
233 |
text_output_guia = gr.Textbox(label="Respuesta", lines=10)
|
234 |
|
235 |
|
236 |
+
with gr.Column(scale=1, min_width = 200):
|
237 |
text1 = gr.Textbox(visible = True)
|
238 |
#Button for calling AI Help
|
239 |
+
text_button = gr.Button("Buscar m谩s informaci贸n (IA)", min_width = 200)
|
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)
|