ethanrom commited on
Commit
13a85d2
1 Parent(s): 0ac2434

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,7 +103,7 @@ def generate(
103
 
104
  demo = gr.ChatInterface(generate,
105
  title="People's Insurance PLC chatbot",
106
- theme="Monochrome"),
107
- examples=[["What is the contact number of Peoples insurance"], ["Whata re the availbale plans"]]
108
 
109
  demo.queue().launch(debug=True)
 
103
 
104
  demo = gr.ChatInterface(generate,
105
  title="People's Insurance PLC chatbot",
106
+ theme="Monochrome",
107
+ examples=[["What is the contact number of Peoples insurance"], ["Whata re the availbale plans"]],)
108
 
109
  demo.queue().launch(debug=True)