KingNish commited on
Commit
210abfd
1 Parent(s): 885b7f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ demo = gr.ChatInterface(
198
  examples=[
199
  {"text": "Hy, who are you?",},
200
  {"text": "What's the current price of Bitcoin",},
201
- {"text": "Search and Tell me what's the release date of llama 3 400b"}
202
  {"text": "Create A Beautiful image of Effiel Tower at Night",},
203
  {"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
204
  {"text": "What's the colour of car in given image", "files": ["./car1.png"]},
 
198
  examples=[
199
  {"text": "Hy, who are you?",},
200
  {"text": "What's the current price of Bitcoin",},
201
+ {"text": "Search and Tell me what's the release date of llama 3 400b",},
202
  {"text": "Create A Beautiful image of Effiel Tower at Night",},
203
  {"text": "Write me a Python function to calculate the first 10 digits of the fibonacci sequence.",},
204
  {"text": "What's the colour of car in given image", "files": ["./car1.png"]},