Unizomby commited on
Commit
41cf145
·
verified ·
1 Parent(s): b384ec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ custom_theme = gr.themes.Default(primary_hue=colors.blue).set(
28
  iface = gr.Interface(fn=chatbot_response,
29
  inputs="text",
30
  outputs="text",
31
- title="My Personal Chatbot",
32
- description="Ask questions and receive answers based on my personal documents.",
33
  theme=custom_theme,
34
  examples=[["Provide a summary of Donald?"],
35
  ["Has Donald worked with Python?"],
 
28
  iface = gr.Interface(fn=chatbot_response,
29
  inputs="text",
30
  outputs="text",
31
+ title="Ask about me",
32
+ description="Ask questions and receive answers based on my bio.",
33
  theme=custom_theme,
34
  examples=[["Provide a summary of Donald?"],
35
  ["Has Donald worked with Python?"],