Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|