muddokon commited on
Commit
ace4280
·
verified ·
1 Parent(s): b469017

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -274,7 +274,7 @@ class GradioUI:
274
  resizeable=True,
275
  scale=1,
276
  watermark="Generated by PokéAgent AI",
277
- examples=["Is it better to raise a Squirtle or a Magikarp in terms of the experience points?.","What are the types for Drowzee?","Does Bulbasaur have better initial stats than Charmander?"]
278
  )
279
  # If an upload folder is provided, enable the upload feature
280
  if self.file_upload_folder is not None:
 
274
  resizeable=True,
275
  scale=1,
276
  watermark="Generated by PokéAgent AI",
277
+ examples=[["Is it better to raise a Squirtle or a Magikarp in terms of the experience points?."],["What are the types for Drowzee?"],["Does Bulbasaur have better initial stats than Charmander?"]]
278
  )
279
  # If an upload folder is provided, enable the upload feature
280
  if self.file_upload_folder is not None: