Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
|
|
| 93 |
|
| 94 |
with gr.Row():
|
| 95 |
chatbot = gr.Chatbot(value=[], elem_id='chatbot') # Removed .style()
|
| 96 |
-
show_img = gr.Image(label='Upload PDF',
|
| 97 |
|
| 98 |
with gr.Row():
|
| 99 |
with gr.Column(scale=0.70):
|
|
|
|
| 93 |
|
| 94 |
with gr.Row():
|
| 95 |
chatbot = gr.Chatbot(value=[], elem_id='chatbot') # Removed .style()
|
| 96 |
+
show_img = gr.Image(label='Upload PDF', style={"height": "680px"}
|
| 97 |
|
| 98 |
with gr.Row():
|
| 99 |
with gr.Column(scale=0.70):
|