lloza7 commited on
Commit
d0b45a2
·
verified ·
1 Parent(s): e0b22c6

Update thicc/app.py

Browse files
Files changed (1) hide show
  1. thicc/app.py +1 -0
thicc/app.py CHANGED
@@ -256,6 +256,7 @@ demo = gr.ChatInterface(
256
  • Coverage terms: "What is a deductible?" or "Explain coinsurance"
257
  • Available services: "What services are available?"
258
  """,
 
259
  )
260
 
261
  if __name__ == "__main__":
 
256
  • Coverage terms: "What is a deductible?" or "Explain coinsurance"
257
  • Available services: "What services are available?"
258
  """,
259
+ chatbot=gr.Chatbot(height="70vh"),
260
  )
261
 
262
  if __name__ == "__main__":