Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ footer {
|
|
215 |
|
216 |
|
217 |
def app_gradio():
|
218 |
-
with gr.Blocks(
|
219 |
|
220 |
with gr.Row():
|
221 |
with gr.Column(scale=1, min_width=350):
|
|
|
215 |
|
216 |
|
217 |
def app_gradio():
|
218 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
219 |
|
220 |
with gr.Row():
|
221 |
with gr.Column(scale=1, min_width=350):
|