Karthikeyan commited on
Commit
6372d8f
1 Parent(s): 07f9f99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ title = """
79
 
80
 
81
 
82
- with gr.Blocks(css=css) as demo:
83
  with gr.Column(elem_id="col-container"):
84
  gr.HTML(title)
85
  with gr.Column():
 
79
 
80
 
81
 
82
+ with gr.Blocks(css=css,theme=gr.themes.Soft()) as demo:
83
  with gr.Column(elem_id="col-container"):
84
  gr.HTML(title)
85
  with gr.Column():