Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -167,6 +167,7 @@ h1 {
|
|
167 |
with gr.Column(scale=1):
|
168 |
chatbot_ui = gr.Chatbot(value=[], label="Chat History")
|
169 |
with gr.Column(scale=2):
|
|
|
170 |
upload_button = gr.Button("+", elem_id="upload_btn", visible=True, interactive=True)
|
171 |
upload_section = gr.File(label="Upload NPY Image", type="filepath", visible=False)
|
172 |
upload_status = gr.Textbox(label="Status", interactive=False)
|
|
|
167 |
with gr.Column(scale=1):
|
168 |
chatbot_ui = gr.Chatbot(value=[], label="Chat History")
|
169 |
with gr.Column(scale=2):
|
170 |
+
# Create the "+" button for uploading
|
171 |
upload_button = gr.Button("+", elem_id="upload_btn", visible=True, interactive=True)
|
172 |
upload_section = gr.File(label="Upload NPY Image", type="filepath", visible=False)
|
173 |
upload_status = gr.Textbox(label="Status", interactive=False)
|