Spaces:
Sleeping
Sleeping
Check themes
Browse files
app.py
CHANGED
@@ -110,8 +110,7 @@ def cambio():
|
|
110 |
|
111 |
return nuevo_markdown
|
112 |
|
113 |
-
with gr.Blocks(css="footer {visibility: hidden}") as main:
|
114 |
-
|
115 |
|
116 |
with gr.Row():
|
117 |
|
|
|
110 |
|
111 |
return nuevo_markdown
|
112 |
|
113 |
+
with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Soft()) as main:
|
|
|
114 |
|
115 |
with gr.Row():
|
116 |
|