Update app.py
Browse files
app.py
CHANGED
@@ -133,13 +133,14 @@ welcome_message = "Greetings! I am AI-nstein, a bot that talks about all things
|
|
133 |
|
134 |
topics = """
|
135 |
### Feel free to ask me anything from the topics below! \nI give you a fun chatbot and an Einstein fact with every answer.
|
|
|
136 |
- AI Usage
|
137 |
- AI Safety
|
138 |
- How AI Works
|
139 |
- Basics of AI
|
140 |
- Fun Facts about AI
|
141 |
- Examples of AI
|
142 |
-
|
143 |
#def display_image():
|
144 |
#return "https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZzdqMnkzcWpjbGhmM3hzcXp0MGpuaTF5djR4bjBxM3Biam5zbzNnMCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/GxMnTi3hV3qaIgbgQL/giphy.gif"
|
145 |
#return "https://cdn-uploads.huggingface.co/production/uploads/6668622b72b61ba78fe7d4bb/PkWjNxvGm9MOqGkZdiT4e.png"
|
|
|
133 |
|
134 |
topics = """
|
135 |
### Feel free to ask me anything from the topics below! \nI give you a fun chatbot and an Einstein fact with every answer.
|
136 |
+
"""
|
137 |
- AI Usage
|
138 |
- AI Safety
|
139 |
- How AI Works
|
140 |
- Basics of AI
|
141 |
- Fun Facts about AI
|
142 |
- Examples of AI
|
143 |
+
"""
|
144 |
#def display_image():
|
145 |
#return "https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZzdqMnkzcWpjbGhmM3hzcXp0MGpuaTF5djR4bjBxM3Biam5zbzNnMCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/GxMnTi3hV3qaIgbgQL/giphy.gif"
|
146 |
#return "https://cdn-uploads.huggingface.co/production/uploads/6668622b72b61ba78fe7d4bb/PkWjNxvGm9MOqGkZdiT4e.png"
|