bisoye commited on
Commit
0f1d7f7
1 Parent(s): b86b986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ with gr.Blocks() as demo:
16
  with gr.Row():
17
  with gr.Column():
18
  files = gr.UploadButton(
19
- label='Upload Files For Summarization',
20
  file_count='multiple',
21
  file_types=["pdf", "docx", "pptx"]
22
  )
 
16
  with gr.Row():
17
  with gr.Column():
18
  files = gr.UploadButton(
19
+ label='Upload File For Summarization',
20
  file_count='multiple',
21
  file_types=["pdf", "docx", "pptx"]
22
  )