Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ 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 |
with gr.Row():
|
203 |
with gr.Column():
|
204 |
gr.Markdown(" ")
|
|
|
198 |
with gr.Row(equal_height=True):
|
199 |
gr.Markdown(topics1) # Show the topics on the left side
|
200 |
gr.Markdown(topics2)
|
201 |
+
gr.Markdown("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.")
|
202 |
with gr.Row():
|
203 |
with gr.Column():
|
204 |
gr.Markdown(" ")
|