pranjalkar9 commited on
Commit
5de8ba2
·
1 Parent(s): 08e6751

commented 2nd tab unecessary

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- # 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
 
 
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