Update Gradio_UI.py
Browse filesRemoved misused arguments for blocks
- 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=(
|