Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
-
gr.
|
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)
|