sophcheng commited on
Commit
d120b22
·
verified ·
1 Parent(s): 12d4c2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -149,8 +149,8 @@ headline="""
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():
@@ -203,7 +203,7 @@ with gr.Blocks(theme=theme) as demo:
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(" ")
 
149
  """
150
 
151
  summary="""
152
+ ### AI-nstein strives to endow the young and the less young with essential knowledge about artificial intelligence. 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. 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
+
154
  """
155
 
156
  #def display_image():
 
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(" ")