Update app.py
Browse files
app.py
CHANGED
@@ -148,6 +148,11 @@ headline="""
|
|
148 |
## **Welcome to AI-nstein!**
|
149 |
"""
|
150 |
|
|
|
|
|
|
|
|
|
|
|
151 |
#def display_image():
|
152 |
#return "https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZzdqMnkzcWpjbGhmM3hzcXp0MGpuaTF5djR4bjBxM3Biam5zbzNnMCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/GxMnTi3hV3qaIgbgQL/giphy.gif"
|
153 |
#return "https://cdn-uploads.huggingface.co/production/uploads/6668622b72b61ba78fe7d4bb/PkWjNxvGm9MOqGkZdiT4e.png"
|
@@ -198,8 +203,8 @@ with gr.Blocks(theme=theme) as demo:
|
|
198 |
with gr.Row(equal_height=True):
|
199 |
gr.Markdown(topics1) # Show the topics on the left side
|
200 |
gr.Markdown(topics2)
|
201 |
-
|
202 |
-
|
203 |
with gr.Column():
|
204 |
gr.Markdown(" ")
|
205 |
gr.Markdown(" ")
|
|
|
148 |
## **Welcome to AI-nstein!**
|
149 |
"""
|
150 |
|
151 |
+
summary="""
|
152 |
+
### AI-nstein strives to endow the young and the less young with essential knowledge about artificial intelligence. Einstein's Theory of Relativity states that what is observed depends on the observer's position -- AI-nstein will provide users with various viewpoints to further their understanding of AI, and bring more light to this new technology.
|
153 |
+
We 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 |
+
"""
|
155 |
+
|
156 |
#def display_image():
|
157 |
#return "https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZzdqMnkzcWpjbGhmM3hzcXp0MGpuaTF5djR4bjBxM3Biam5zbzNnMCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/GxMnTi3hV3qaIgbgQL/giphy.gif"
|
158 |
#return "https://cdn-uploads.huggingface.co/production/uploads/6668622b72b61ba78fe7d4bb/PkWjNxvGm9MOqGkZdiT4e.png"
|
|
|
203 |
with gr.Row(equal_height=True):
|
204 |
gr.Markdown(topics1) # Show the topics on the left side
|
205 |
gr.Markdown(topics2)
|
206 |
+
gr.Markdown(summary)
|
207 |
+
with gr.Row():
|
208 |
with gr.Column():
|
209 |
gr.Markdown(" ")
|
210 |
gr.Markdown(" ")
|