Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
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 |
|