Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ def chatbot(messages,history):
|
|
15 |
|
16 |
chatbot_interface = gr.ChatInterface(
|
17 |
fn=chatbot,
|
18 |
-
title="
|
19 |
-
description="Chat with a conversational
|
20 |
)
|
21 |
|
22 |
|
|
|
15 |
|
16 |
chatbot_interface = gr.ChatInterface(
|
17 |
fn=chatbot,
|
18 |
+
title="Conversational Chatbot",
|
19 |
+
description="Chat with a conversational model by Gemini.",
|
20 |
)
|
21 |
|
22 |
|