Update app.py
Browse files
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="
|
32 |
-
description="Ask questions and receive answers based on my
|
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?"],
|