Spaces:
Sleeping
Sleeping
Update run.py
Browse files
run.py
CHANGED
|
@@ -214,7 +214,7 @@ MIT
|
|
| 214 |
|
| 215 |
"""
|
| 216 |
with gr.Blocks() as demo:
|
| 217 |
-
gr.Markdown(value=md, header_links=True
|
| 218 |
-
gr.Markdown(value=md, header_links=True, height=400)
|
| 219 |
|
| 220 |
demo.launch()
|
|
|
|
| 214 |
|
| 215 |
"""
|
| 216 |
with gr.Blocks() as demo:
|
| 217 |
+
gr.Markdown(value=md, header_links=True)
|
| 218 |
+
# gr.Markdown(value=md, header_links=True, height=400)
|
| 219 |
|
| 220 |
demo.launch()
|