Update app.py
Browse files
app.py
CHANGED
@@ -247,8 +247,8 @@ def send_to_sandbox(code):
|
|
247 |
return f"<iframe src=\"{data_uri}\" width=\"100%\" height=\"920px\"></iframe>"
|
248 |
|
249 |
|
250 |
-
theme = gr.themes.Soft()
|
251 |
-
|
252 |
|
253 |
with gr.Blocks(css_paths="app.css",theme=theme) as demo:
|
254 |
history = gr.State([])
|
|
|
247 |
return f"<iframe src=\"{data_uri}\" width=\"100%\" height=\"920px\"></iframe>"
|
248 |
|
249 |
|
250 |
+
#theme = gr.themes.Soft()
|
251 |
+
theme="Nymbo/Nymbo_Theme"
|
252 |
|
253 |
with gr.Blocks(css_paths="app.css",theme=theme) as demo:
|
254 |
history = gr.State([])
|