Spaces:
Sleeping
Sleeping
Base Theme
Browse files
app.py
CHANGED
@@ -110,7 +110,14 @@ def cambio():
|
|
110 |
|
111 |
return nuevo_markdown
|
112 |
|
113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
|
115 |
with gr.Row():
|
116 |
|
|
|
110 |
|
111 |
return nuevo_markdown
|
112 |
|
113 |
+
#Gradio themes:
|
114 |
+
# — gr.themes.Base()
|
115 |
+
# — gr.themes.Default()
|
116 |
+
# — gr.themes.Glass()
|
117 |
+
# — gr.themes.Monochrome()
|
118 |
+
# — gr.themes.Soft()
|
119 |
+
|
120 |
+
with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Base()) as main:
|
121 |
|
122 |
with gr.Row():
|
123 |
|