Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -81,12 +81,14 @@ def clear_result():
|
|
81 |
return gr.update(value=None)
|
82 |
|
83 |
|
84 |
-
|
85 |
-
|
86 |
-
|
|
|
87 |
"""
|
88 |
|
89 |
-
|
|
|
90 |
gr.HTML(title)
|
91 |
with gr.Row():
|
92 |
with gr.Column():
|
|
|
81 |
return gr.update(value=None)
|
82 |
|
83 |
|
84 |
+
css = """
|
85 |
+
footer {
|
86 |
+
visibility: hidden;
|
87 |
+
}
|
88 |
"""
|
89 |
|
90 |
+
|
91 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
92 |
gr.HTML(title)
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|