gmonsoon commited on
Commit
998c002
·
verified ·
1 Parent(s): ff0c559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ gr.ChatInterface(
47
  examples=[
48
  ["What is NLP?"],
49
  ["Please tell me about Aurora Borealis"],
50
- ["Tell me a reccomendation to choose the right running shoes"],
51
  ["What makes Palestine and Israel war?"]
52
  ]
53
  ).queue().launch(server_name="0.0.0.0")
 
47
  examples=[
48
  ["What is NLP?"],
49
  ["Please tell me about Aurora Borealis"],
50
+ ["Tell me a recommendation to choose the right running shoes"],
51
  ["What makes Palestine and Israel war?"]
52
  ]
53
  ).queue().launch(server_name="0.0.0.0")