yuhuixu commited on
Commit
f4fa1d2
·
verified ·
1 Parent(s): 92ef534

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,8 +2,7 @@ import gradio as gr
2
 
3
 
4
  with gr.Blocks() as demo:
5
- gr.Markdown(
6
- """
7
  <div align="center">
8
 
9
  # Elastic Reasoning
@@ -21,8 +20,9 @@ with gr.Blocks() as demo:
21
 
22
  </div>
23
  </div>
24
-
25
-
 
26
  ## Table of Contents
27
  - [Introduction](#introduction)
28
  - [Environment Setup](#environment-setup)
 
2
 
3
 
4
  with gr.Blocks() as demo:
5
+ gr.HTML("""
 
6
  <div align="center">
7
 
8
  # Elastic Reasoning
 
20
 
21
  </div>
22
  </div>
23
+ """)
24
+ gr.Markdown(
25
+ """
26
  ## Table of Contents
27
  - [Introduction](#introduction)
28
  - [Environment Setup](#environment-setup)