psyne commited on
Commit
16a1b01
·
1 Parent(s): 258c9da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks() as demo:
178
  with gr.Group():
179
  url = gr.Textbox(label='URL')
180
  gr.Markdown("<center><h6>or<h6></center>")
181
- file = gr.File(label='PDF', file_types=['.pdf'], file_count="multiple")
182
  question = gr.Textbox(label='question')
183
  api_key = gr.Textbox(label='OpenAI API Key')
184
  btn = gr.Button(value='Submit')
 
178
  with gr.Group():
179
  url = gr.Textbox(label='URL')
180
  gr.Markdown("<center><h6>or<h6></center>")
181
+ file = gr.File(label='PDF', file_types=['.pdf'])
182
  question = gr.Textbox(label='question')
183
  api_key = gr.Textbox(label='OpenAI API Key')
184
  btn = gr.Button(value='Submit')