Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def google_chatbot_response(message, history):
|
|
| 46 |
chatbot = gr.ChatInterface(
|
| 47 |
google_chatbot_response,
|
| 48 |
type="messages",
|
| 49 |
-
title="My First Google Gemini Chatbot"
|
| 50 |
)
|
| 51 |
|
| 52 |
chatbot.launch()
|
|
|
|
| 46 |
chatbot = gr.ChatInterface(
|
| 47 |
google_chatbot_response,
|
| 48 |
type="messages",
|
| 49 |
+
title="My First Google Gemini Chatbot"
|
| 50 |
)
|
| 51 |
|
| 52 |
chatbot.launch()
|