ganeshkumar383 commited on
Commit
0b5da16
·
verified ·
1 Parent(s): e9ff51f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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",