Update main.py
Browse files
main.py
CHANGED
@@ -27,7 +27,6 @@ demo = gr.Blocks()
|
|
27 |
|
28 |
def run():
|
29 |
with demo:
|
30 |
-
gr.HTML(DESCRIPTION)
|
31 |
gr.DuplicateButton(value="Duplicate Space for private use")
|
32 |
with gr.Row():
|
33 |
with gr.Column():
|
|
|
27 |
|
28 |
def run():
|
29 |
with demo:
|
|
|
30 |
gr.DuplicateButton(value="Duplicate Space for private use")
|
31 |
with gr.Row():
|
32 |
with gr.Column():
|