lightmate commited on
Commit
6451b24
·
verified ·
1 Parent(s): 9b61493

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as iface:
160
  model_language,
161
  model_id
162
  ],
163
- outputs=[gr.Textbox(label="Conversation History")],
164
  live=True,
165
  title="OpenVINO Chatbot"
166
  )
 
160
  model_language,
161
  model_id
162
  ],
163
+ outputs=[gr.Textbox(label="Conversation History"), history],
164
  live=True,
165
  title="OpenVINO Chatbot"
166
  )