inoid commited on
Commit
e25f33e
1 Parent(s): 578d2af

Update all changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ with gr.Blocks() as demo:
236
  with gr.Column(scale = 1, min_width = 200):
237
  text1 = gr.Textbox(visible = False)
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 = False)
241
  with gr.Column(scale = 2):
242
  text_output_aiAnswer= gr.Textbox(label="Ayuda a mi respuesta", lines=10)
 
236
  with gr.Column(scale = 1, min_width = 200):
237
  text1 = gr.Textbox(visible = False)
238
  #Button for calling AI Help
239
+ text_button = gr.Button("Buscar m谩s informaci贸n (IA)", min_width = 200, interactive = False)
240
  text2 = gr.Textbox(visible = False)
241
  with gr.Column(scale = 2):
242
  text_output_aiAnswer= gr.Textbox(label="Ayuda a mi respuesta", lines=10)