johann22 commited on
Commit
cf6a900
1 Parent(s): f791e50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,8 +88,8 @@ additional_inputs=[
88
  )
89
  ]
90
  agents =[
91
- WEB_DEV,
92
- AI_DEV_SYSTEM_PROMPT,
93
  ]
94
  examples=[["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, ],
95
  ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
 
88
  )
89
  ]
90
  agents =[
91
+ "WEB_DEV",
92
+ "AI_SYSTEM_PROMPT",
93
  ]
94
  examples=[["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, ],
95
  ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],