alexnasa commited on
Commit
3e4b1ec
·
verified ·
1 Parent(s): b5603af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -262,8 +262,9 @@ css = """
262
  max-width: 1024px;
263
  }
264
  """
 
265
 
266
- with gr.Blocks(css=css) as demo:
267
 
268
  with gr.Column(elem_id="col-container"):
269
 
 
262
  max-width: 1024px;
263
  }
264
  """
265
+ theme = gr.themes.Ocean()
266
 
267
+ with gr.Blocks(css=css, theme=theme) as demo:
268
 
269
  with gr.Column(elem_id="col-container"):
270