Karthikeyan commited on
Commit
705f0e4
1 Parent(s): 5dea20f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ title = """
60
  """
61
 
62
 
63
- with gr.Blocks(css=css) as demo:
64
  with gr.Column(elem_id="col-container"):
65
  gr.HTML(title)
66
 
 
60
  """
61
 
62
 
63
+ with gr.Blocks(css=css,theme=gr.themes.Soft()) as demo:
64
  with gr.Column(elem_id="col-container"):
65
  gr.HTML(title)
66