seawolf2357 commited on
Commit
334c49c
·
verified ·
1 Parent(s): b9622ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- theme="Nymbo/Nymbo_Theme"
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
+
252
 
253
  with gr.Blocks(css_paths="app.css",theme=theme) as demo:
254
  history = gr.State([])