Ailyth commited on
Commit
70fde42
1 Parent(s): d809580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ background-position: 0 0, 40px 40px;background-size: 80px 80px;}
120
  #btn {background-color:transparent;border-radius: 5px;}
121
  '''
122
 
123
- with gr.Blocks(theme=gr.themes.Soft()) as app:
124
  with gr.Row(elem_id=""):
125
  with gr.Column():
126
 
 
120
  #btn {background-color:transparent;border-radius: 5px;}
121
  '''
122
 
123
+ with gr.Blocks(theme=gr.themes.Monochrome()) as app:
124
  with gr.Row(elem_id=""):
125
  with gr.Column():
126