lloza7 commited on
Commit
ea0ff17
·
verified ·
1 Parent(s): d265c8b

Update thicc/app.py

Browse files
Files changed (1) hide show
  1. thicc/app.py +2 -2
thicc/app.py CHANGED
@@ -147,7 +147,7 @@ This estimate assumes your deductible has been met.
147
  # Gradio interface (NOTE: no type='messages' so it works with older Gradio)
148
  demo = gr.ChatInterface(
149
  fn=respond,
150
- title="THICC Cost Chatbot 🏥",
151
  description="""Get healthcare cost estimates and understand your insurance coverage.
152
 
153
  **What you can ask:**
@@ -160,4 +160,4 @@ demo = gr.ChatInterface(
160
  )
161
 
162
  if __name__ == "__main__":
163
- demo.launch()
 
147
  # Gradio interface (NOTE: no type='messages' so it works with older Gradio)
148
  demo = gr.ChatInterface(
149
  fn=respond,
150
+ title="THICC Cost Chatbot - Now with Coverage Explanations! 🏥",
151
  description="""Get healthcare cost estimates and understand your insurance coverage.
152
 
153
  **What you can ask:**
 
160
  )
161
 
162
  if __name__ == "__main__":
163
+ demo.launch()