ahmadmac commited on
Commit
b9c4b90
1 Parent(s): 794f5d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def chatbot(messages,history):
15
 
16
  chatbot_interface = gr.ChatInterface(
17
  fn=chatbot,
18
- title="Gemini Conversational Chatbot",
19
- description="Chat with a conversational AI model powered by Gemini.",
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