Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -321,8 +321,7 @@ def create_gradio_interface(vqa_engine: VisualQAEngine, session_memory: SessionM
|
|
| 321 |
gr.Markdown("### 💬 Step 2: Ask Questions")
|
| 322 |
chatbot = gr.Chatbot(
|
| 323 |
label="Conversation History",
|
| 324 |
-
height=300
|
| 325 |
-
type="messages"
|
| 326 |
)
|
| 327 |
question_input = gr.Textbox(
|
| 328 |
label="Your Question",
|
|
|
|
| 321 |
gr.Markdown("### 💬 Step 2: Ask Questions")
|
| 322 |
chatbot = gr.Chatbot(
|
| 323 |
label="Conversation History",
|
| 324 |
+
height=300
|
|
|
|
| 325 |
)
|
| 326 |
question_input = gr.Textbox(
|
| 327 |
label="Your Question",
|