muddokon commited on
Commit
53409a6
·
verified ·
1 Parent(s): 7d3f8f9

Update Gradio_UI.py

Browse files

Removed misused arguments for blocks

Files changed (1) hide show
  1. Gradio_UI.py +0 -2
Gradio_UI.py CHANGED
@@ -270,8 +270,6 @@ class GradioUI:
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=(
 
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=(