Spaces:
Sleeping
Sleeping
Monochrome
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def cambio():
|
|
117 |
# — gr.themes.Monochrome()
|
118 |
# — gr.themes.Soft()
|
119 |
|
120 |
-
with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.
|
121 |
|
122 |
with gr.Row():
|
123 |
|
|
|
117 |
# — gr.themes.Monochrome()
|
118 |
# — gr.themes.Soft()
|
119 |
|
120 |
+
with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Monochrome()) as main:
|
121 |
|
122 |
with gr.Row():
|
123 |
|