Spaces:
Runtime error
Runtime error
shane-huang
commited on
Commit
•
c480fd4
1
Parent(s):
bfbf5ec
Update app.py (#1)
Browse files- Update app.py (833ba4d951b81ad152fc4bb3399882899eecfe73)
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('''
|