Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,8 @@ welcome_message = """
|
|
129 |
## Your AI-driven assistant for all AI-related queries.
|
130 |
"""
|
131 |
topicList = """
|
132 |
-
### Ask me anything from the topics below!
|
|
|
133 |
"""
|
134 |
|
135 |
topics1 = """
|
@@ -145,11 +146,12 @@ topics2 = """
|
|
145 |
|
146 |
"""
|
147 |
headline="""
|
148 |
-
|
149 |
"""
|
150 |
|
151 |
summary="""
|
152 |
-
### AI-nstein strives to endow the young and the less young with
|
|
|
153 |
|
154 |
"""
|
155 |
|
|
|
129 |
## Your AI-driven assistant for all AI-related queries.
|
130 |
"""
|
131 |
topicList = """
|
132 |
+
### Ask me anything from the topics below!
|
133 |
+
### I give you a fun chatbot and an Einstein fact with every answer.
|
134 |
"""
|
135 |
|
136 |
topics1 = """
|
|
|
146 |
|
147 |
"""
|
148 |
headline="""
|
149 |
+
# **Welcome to AI-nstein!**
|
150 |
"""
|
151 |
|
152 |
summary="""
|
153 |
+
### AI-nstein strives to endow the young (and the less young) with basic knowledge on artificial intelligence! \nWe want youngsters to be comfortable with and knowledgable about AI, because it is an essential part of our future, and not to fear the unknown.
|
154 |
+
### Einstein's Theory of Relativity states that what is observed depends on the observer's position. \nAI-nstein will provide users with various viewpoints to further their understanding of AI, and bring more light to this new technology.
|
155 |
|
156 |
"""
|
157 |
|