Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ description = """
|
|
132 |
</div>
|
133 |
"""
|
134 |
|
135 |
-
with gr.Blocks(theme=
|
136 |
with gr.Column():
|
137 |
gr.Markdown(description)
|
138 |
with gr.Row():
|
|
|
132 |
</div>
|
133 |
"""
|
134 |
|
135 |
+
with gr.Blocks(theme="syddharth/gray-minimal", analytics_enabled=False, css=css) as demo:
|
136 |
with gr.Column():
|
137 |
gr.Markdown(description)
|
138 |
with gr.Row():
|