Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ additional_inputs=[
|
|
109 |
]
|
110 |
|
111 |
examples=[["Write a simple working game in HTML5", agents[1], None, None, None, None, ],
|
|
|
112 |
["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
|
113 |
["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
|
114 |
["I'm trying to learn French. Can you provide some common phrases that would be useful for a beginner, along with their pronunciations?", None, None, None, None, None,],
|
|
|
109 |
]
|
110 |
|
111 |
examples=[["Write a simple working game in HTML5", agents[1], None, None, None, None, ],
|
112 |
+
["Write high quality personal website to show off my adventure sports hobby", agents[0], None, None, None, None, ],
|
113 |
["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
|
114 |
["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
|
115 |
["I'm trying to learn French. Can you provide some common phrases that would be useful for a beginner, along with their pronunciations?", None, None, None, None, None,],
|