Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|