Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ css = """
|
|
63 |
}
|
64 |
"""
|
65 |
|
66 |
-
with gr.Blocks(theme='Nymbo/Nymbo_Theme') as app:
|
67 |
with gr.Row():
|
68 |
with gr.Column(elem_id="prompt-container"):
|
69 |
with gr.Row():
|
|
|
63 |
}
|
64 |
"""
|
65 |
|
66 |
+
with gr.Blocks(css=css, theme='Nymbo/Nymbo_Theme') as app:
|
67 |
with gr.Row():
|
68 |
with gr.Column(elem_id="prompt-container"):
|
69 |
with gr.Row():
|