Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,7 @@ css = """
|
|
99 |
height: 100%;
|
100 |
}
|
101 |
"""
|
102 |
-
|
103 |
-
with gr.Blocks(css=css) as demo:
|
104 |
|
105 |
|
106 |
with gr.Row():
|
|
|
99 |
height: 100%;
|
100 |
}
|
101 |
"""
|
102 |
+
with gr.Blocks(css=css, theme='NoCrypt/[email protected]') as demo:
|
|
|
103 |
|
104 |
|
105 |
with gr.Row():
|