Spaces:
Runtime error
Runtime error
Commit ·
5de8ba2
1
Parent(s): 08e6751
commented 2nd tab unecessary
Browse files
app.py
CHANGED
|
@@ -63,11 +63,11 @@ with gr.Blocks() as demo:
|
|
| 63 |
with gr.Tab("Upload ANY Pdf and Ask AI"):
|
| 64 |
gr.Markdown("Work in Progress")
|
| 65 |
|
| 66 |
-
with gr.Row():
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
# pdf_path = '/content/2022_02_11_Montelogo Ida.pdf'
|
| 72 |
# pdf_viewer = gr.FileViewer(pdf_path)
|
| 73 |
|
|
|
|
| 63 |
with gr.Tab("Upload ANY Pdf and Ask AI"):
|
| 64 |
gr.Markdown("Work in Progress")
|
| 65 |
|
| 66 |
+
# with gr.Row():
|
| 67 |
+
# # file_input = gr.File()
|
| 68 |
+
# with gr.Column(scale=0.15, min_width=0):
|
| 69 |
+
# btn = gr.UploadButton("📁", file_types=["pdf", "image", "video"])
|
| 70 |
+
# btn.upload()
|
| 71 |
# pdf_path = '/content/2022_02_11_Montelogo Ida.pdf'
|
| 72 |
# pdf_viewer = gr.FileViewer(pdf_path)
|
| 73 |
|