Nick Brooks commited on
Commit
198e41a
·
1 Parent(s): a1c4beb

changed name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def chatbot(message, history):
36
  demo = gr.ChatInterface(
37
  fn=chatbot,
38
  examples=["Hello!", "How are you?", "What's the weather like?"],
39
- title="Mistral AI Chatbot",
40
  description="AFPC Fine-Tuned Chatbot",
41
  )
42
 
 
36
  demo = gr.ChatInterface(
37
  fn=chatbot,
38
  examples=["Hello!", "How are you?", "What's the weather like?"],
39
+ title="AFPC Fine-Tuned Chatbot",
40
  description="AFPC Fine-Tuned Chatbot",
41
  )
42