Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ css = """
|
|
110 |
height: 100%;
|
111 |
}
|
112 |
"""
|
113 |
-
with gr.Blocks(css=css, theme='
|
114 |
|
115 |
|
116 |
with gr.Row():
|
|
|
110 |
height: 100%;
|
111 |
}
|
112 |
"""
|
113 |
+
with gr.Blocks(css=css, theme='syddharth/gray-minimal') as demo:
|
114 |
|
115 |
|
116 |
with gr.Row():
|