Huzaifa367 commited on
Commit
1163578
·
verified ·
1 Parent(s): 6e8db90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ iface = gr.Interface(
15
  fn=chatbot_response,
16
  inputs=gr.components.Textbox(lines=2, placeholder="Ask me anything..."),
17
  outputs="text",
18
- title="GPT-4All Chatbot",
19
  description="This chatbot uses the GPT-4All model to answer your questions."
20
  )
21
 
 
15
  fn=chatbot_response,
16
  inputs=gr.components.Textbox(lines=2, placeholder="Ask me anything..."),
17
  outputs="text",
18
+ title="GPT4All",
19
  description="This chatbot uses the GPT-4All model to answer your questions."
20
  )
21