Spaces:
Runtime error
Runtime error
Cartinoe5930
commited on
Commit
•
293ffcd
1
Parent(s):
16b20e5
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ This is the specific information about LLM Agora!
|
|
152 |
```
|
153 |
"""
|
154 |
|
155 |
-
with gr.Blocks(
|
156 |
gr.HTML(TITLE)
|
157 |
gr.Markdown(INTRODUCTION_TEXT)
|
158 |
with gr.Column():
|
|
|
152 |
```
|
153 |
"""
|
154 |
|
155 |
+
with gr.Blocks() as demo:
|
156 |
gr.HTML(TITLE)
|
157 |
gr.Markdown(INTRODUCTION_TEXT)
|
158 |
with gr.Column():
|