muddokon commited on
Commit
7d3f8f9
·
verified ·
1 Parent(s): 2e55c0c

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +2 -0
Gradio_UI.py CHANGED
@@ -270,6 +270,8 @@ class GradioUI:
270
  stored_messages = gr.State([])
271
  file_uploads_log = gr.State([])
272
  chatbot = gr.Chatbot(
 
 
273
  label="PokéAgent",
274
  type="messages",
275
  avatar_images=(
 
270
  stored_messages = gr.State([])
271
  file_uploads_log = gr.State([])
272
  chatbot = gr.Chatbot(
273
+ title="The Poké Agent",
274
+ description="The ultimate pokémon expert you were waiting for.",
275
  label="PokéAgent",
276
  type="messages",
277
  avatar_images=(