Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,7 @@ with gr.Blocks(theme="default") as app:
|
|
64 |
chatbot = gr.Chatbot(
|
65 |
label="Chat with Trained Bot",
|
66 |
type="messages",
|
67 |
-
|
68 |
-
avatar_bot="https://example.com/bot-avatar.png",
|
69 |
)
|
70 |
user_input = gr.Textbox(
|
71 |
label="Your Message",
|
|
|
64 |
chatbot = gr.Chatbot(
|
65 |
label="Chat with Trained Bot",
|
66 |
type="messages",
|
67 |
+
|
|
|
68 |
)
|
69 |
user_input = gr.Textbox(
|
70 |
label="Your Message",
|