raj999 commited on
Commit
71aebb0
·
verified ·
1 Parent(s): e95c1d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -80,10 +80,6 @@ demo = gr.Blocks()
80
 
81
  with demo:
82
  with gr.Row():
83
- # Input box for user to add documents
84
- doc_input = gr.Textbox(
85
- lines=10, placeholder="Enter your documents here, one per line.", label="Input Documents"
86
- )
87
  # upload_button = gr.Button("Upload Documents")
88
  with gr.Row():
89
  u = gr.UploadButton("Upload a file", file_count="single")
 
80
 
81
  with demo:
82
  with gr.Row():
 
 
 
 
83
  # upload_button = gr.Button("Upload Documents")
84
  with gr.Row():
85
  u = gr.UploadButton("Upload a file", file_count="single")