Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ footer {
|
|
109 |
}
|
110 |
"""
|
111 |
|
112 |
-
with gr.Blocks(theme=
|
113 |
gr.HTML('<div class="title"> President DJ(김대중) in KOREA </div>')
|
114 |
|
115 |
|
|
|
109 |
}
|
110 |
"""
|
111 |
|
112 |
+
with gr.Blocks(theme=gr.themes.Soft, css=css, analytics_enabled=False) as demo:
|
113 |
gr.HTML('<div class="title"> President DJ(김대중) in KOREA </div>')
|
114 |
|
115 |
|