Unizomby commited on
Commit
ec3b1e1
·
verified ·
1 Parent(s): f8c9e5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ iface = gr.Interface(fn=chatbot_response,
24
  inputs="text",
25
  outputs="text",
26
  title="My Personal Chatbot",
27
- description="Ask questions and receive answers based on my personal documents."
28
- examples=[["Provide a summary of Donald?"],
29
  ["Has Donald worked with Python?"],
30
  ["Tell me something interesting about Donald"]]
31
  )
 
24
  inputs="text",
25
  outputs="text",
26
  title="My Personal Chatbot",
27
+ description="Ask questions and receive answers based on my personal documents.",
28
+ examples=[["Provide a summary of Donald?"],
29
  ["Has Donald worked with Python?"],
30
  ["Tell me something interesting about Donald"]]
31
  )