Spaces:
Runtime error
Runtime error
Update app.py
#1
by
shane-huang
- opened
app.py
CHANGED
@@ -151,7 +151,7 @@ def clear():
|
|
151 |
demo = gr.Blocks()
|
152 |
|
153 |
with demo:
|
154 |
-
gr.Markdown("<h1><center>BigDL-Nano
|
155 |
with gr.Row().style(equal_height=False):
|
156 |
with gr.Column():
|
157 |
gr.Markdown('''
|
|
|
151 |
demo = gr.Blocks()
|
152 |
|
153 |
with demo:
|
154 |
+
gr.Markdown("<h1><center>BigDL-Nano Demo</center></h1>")
|
155 |
with gr.Row().style(equal_height=False):
|
156 |
with gr.Column():
|
157 |
gr.Markdown('''
|