Spaces:
Sleeping
Sleeping
Commit
·
b1b86f8
1
Parent(s):
faa071c
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ title = """
|
|
61 |
"""
|
62 |
|
63 |
|
64 |
-
with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]") as demo:
|
65 |
with gr.Column(elem_id="col-container"):
|
66 |
gr.HTML(title)
|
67 |
|
|
|
61 |
"""
|
62 |
|
63 |
|
64 |
+
with gr.Blocks(analytics_enabled=False, css="style.css", theme="NoCrypt/[email protected]") as demo:
|
65 |
with gr.Column(elem_id="col-container"):
|
66 |
gr.HTML(title)
|
67 |
|