Moibe commited on
Commit
fa7f32f
·
1 Parent(s): 26ee6b6

Monochrome

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