Spaces:
Running
Running
AamirAli123
commited on
Commit
•
e9607c5
1
Parent(s):
4229477
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ def demo():
|
|
203 |
with gr.Row():
|
204 |
with gr.Row():
|
205 |
with gr.Column():
|
206 |
-
document = gr.Files(file_count="multiple", file_types=["pdf"], interactive=True, label="Upload your PDF documents (single or multiple)")
|
207 |
with gr.Row():
|
208 |
gr.Markdown(
|
209 |
'''
|
|
|
203 |
with gr.Row():
|
204 |
with gr.Row():
|
205 |
with gr.Column():
|
206 |
+
document = gr.Files(file_count="multiple", file_types=[".pdf"], interactive=True, label="Upload your PDF documents (single or multiple)")
|
207 |
with gr.Row():
|
208 |
gr.Markdown(
|
209 |
'''
|