kenchan0226 commited on
Commit
ce92659
1 Parent(s): 9de98dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,8 +89,8 @@ chat_interface = gr.ChatInterface(
89
  additional_inputs=[],
90
  stop_btn=None,
91
  examples=[
92
- ["Explain the Symptoms of Covid-19"],
93
- ]
94
  cache_examples=False,
95
  )
96
 
 
89
  additional_inputs=[],
90
  stop_btn=None,
91
  examples=[
92
+ ["Explain the Symptoms of Covid-19"]
93
+ ],
94
  cache_examples=False,
95
  )
96