VJ-Rising commited on
Commit
4b66cf5
·
verified ·
1 Parent(s): fafca55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()