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

Check themes

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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