Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ min-width:200px;
|
|
168 |
}
|
169 |
|
170 |
"""
|
171 |
-
with gr.Blocks(css=css, theme="Nymbo/
|
172 |
with gr.Row():
|
173 |
with gr.Column():
|
174 |
inp=gr.Textbox(label="Prompt")
|
|
|
168 |
}
|
169 |
|
170 |
"""
|
171 |
+
with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as app:
|
172 |
with gr.Row():
|
173 |
with gr.Column():
|
174 |
inp=gr.Textbox(label="Prompt")
|