Moibe commited on
Commit
c2d4f30
·
1 Parent(s): d76be18

Base Theme

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -110,7 +110,14 @@ def cambio():
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
 
 
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