Spaces:
Sleeping
Sleeping
Commit
·
7ebcb4e
1
Parent(s):
a6eb6fb
Dark Demo
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ def update_sample(sample):
|
|
114 |
|
115 |
import gradio as gr
|
116 |
|
117 |
-
with gr.Blocks() as demo:
|
118 |
# Header section with larger, centered title
|
119 |
gr.Markdown("<h1 style='text-align: center;'>Collinear Guard Nano</h1>")
|
120 |
gr.Markdown(
|
|
|
114 |
|
115 |
import gradio as gr
|
116 |
|
117 |
+
with gr.Blocks(theme='dark') as demo:
|
118 |
# Header section with larger, centered title
|
119 |
gr.Markdown("<h1 style='text-align: center;'>Collinear Guard Nano</h1>")
|
120 |
gr.Markdown(
|