ybhavsar2009 commited on
Commit
31017bd
·
verified ·
1 Parent(s): e990248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ def clear_inputs(image, partOfBody):
315
  return image, partOfBody
316
 
317
  # Initialize Gradio app
318
- with gr.Blocks(theme=gr.themes.Glass()) as demo:
319
  gr.Markdown("<center><h1>Welcome to WoundView!</h1></center>")
320
 
321
  # Sign-up Group
 
315
  return image, partOfBody
316
 
317
  # Initialize Gradio app
318
+ with gr.Blocks(theme=gr.themes.Glass(dark_mode=True)) as demo:
319
  gr.Markdown("<center><h1>Welcome to WoundView!</h1></center>")
320
 
321
  # Sign-up Group