Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.slate)) as demo
|
|
| 75 |
with gr.Column():
|
| 76 |
pdf_input = gr.File(type="file", label="Upload .pdf File")
|
| 77 |
api_input = gr.Textbox(label= "Enter Api-key")
|
| 78 |
-
upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
|
| 79 |
with gr.Column():
|
| 80 |
chatbot = gr.Chatbot(label="Chat with Image")
|
| 81 |
message = gr.Textbox(label="User", placeholder=prompt)
|
|
|
|
| 75 |
with gr.Column():
|
| 76 |
pdf_input = gr.File(type="file", label="Upload .pdf File")
|
| 77 |
api_input = gr.Textbox(label= "Enter Api-key")
|
| 78 |
+
upload_button = gr.Button(value="Upload & Start Chat:", interactive=True, variant="primary")
|
| 79 |
with gr.Column():
|
| 80 |
chatbot = gr.Chatbot(label="Chat with Image")
|
| 81 |
message = gr.Textbox(label="User", placeholder=prompt)
|