Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ if __name__ == "__main__":
|
|
116 |
theme='remilia/Ghostly'
|
117 |
|
118 |
with gr.Blocks(theme=theme) as app:
|
119 |
-
with gr.
|
120 |
with gr.Column():
|
121 |
|
122 |
gr.Markdown("测试用")
|
|
|
116 |
theme='remilia/Ghostly'
|
117 |
|
118 |
with gr.Blocks(theme=theme) as app:
|
119 |
+
with gr.Column():
|
120 |
with gr.Column():
|
121 |
|
122 |
gr.Markdown("测试用")
|