Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,9 @@ css = """
|
|
165 |
}
|
166 |
"""
|
167 |
|
168 |
-
|
|
|
|
|
169 |
|
170 |
favicon = '<img src="" width="48px" style="display: inline">'
|
171 |
gr.Markdown(
|
|
|
165 |
}
|
166 |
"""
|
167 |
|
168 |
+
theme = "syddharth/gray-minimal"
|
169 |
+
|
170 |
+
with gr.Blocks(css=css, theme=theme) as demo:
|
171 |
|
172 |
favicon = '<img src="" width="48px" style="display: inline">'
|
173 |
gr.Markdown(
|