alphayomega commited on
Commit
cc412f9
1 Parent(s): f70b773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ with gr.Blocks() as demo:
198
  gr.Markdown("<center><h4>OR<h4></center>")
199
  file = gr.File(label='Subir PDF a Procesar', file_types=['.pdf'])
200
  question = gr.Textbox(label='Escriba su consulta aqui:')
201
- option = gr.Dropdown(label='Seleccione una opción', choices=['Option 10', 'Igle', 'Option 3'])
202
  btn = gr.Button(value='Consultar')
203
  btn.style(full_width=True)
204
 
 
198
  gr.Markdown("<center><h4>OR<h4></center>")
199
  file = gr.File(label='Subir PDF a Procesar', file_types=['.pdf'])
200
  question = gr.Textbox(label='Escriba su consulta aqui:')
201
+ option = gr.Dropdown(label='Seleccione una opción', choices=['FODA', 'Igle', 'Option 3'])
202
  btn = gr.Button(value='Consultar')
203
  btn.style(full_width=True)
204