pgurazada1 commited on
Commit
9fcd64a
1 Parent(s): fde2252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,8 +93,8 @@ textbox = gr.Textbox(placeholder="Enter your query here", lines=6)
93
 
94
  demo = gr.Interface(
95
  inputs=textbox, fn=predict, outputs="text",
96
- title="AMA your insurance policy document",
97
- description="This web API presents an interface to ask questions on contents of your health insurance policy",
98
  article="Note that questions that are not relevant to the policy will not be answered.",
99
  examples=[["My trip was delayed and I paid 45, how much am I covered for?", ""],
100
  ["I just had a baby, is baby food covered?", ""],
 
93
 
94
  demo = gr.Interface(
95
  inputs=textbox, fn=predict, outputs="text",
96
+ title="AMA on your insurance policy document",
97
+ description="This web API presents an interface to ask questions on contents of your health insurance policy.",
98
  article="Note that questions that are not relevant to the policy will not be answered.",
99
  examples=[["My trip was delayed and I paid 45, how much am I covered for?", ""],
100
  ["I just had a baby, is baby food covered?", ""],