Spaces:
Sleeping
Sleeping
Commit
·
51daec3
1
Parent(s):
b0d2191
Update: font styling
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as interface:
|
|
60 |
h1, h2, h3, h4, h5, h6, p, label {
|
61 |
color: white; /* Make all headings and labels white */
|
62 |
}
|
63 |
-
</style>
|
64 |
""")
|
65 |
|
66 |
gr.Markdown("<h1 style='color: white;'>XAI: Visualize Object Detection of Your Models</h1>")
|
|
|
60 |
h1, h2, h3, h4, h5, h6, p, label {
|
61 |
color: white; /* Make all headings and labels white */
|
62 |
}
|
63 |
+
</style>
|
64 |
""")
|
65 |
|
66 |
gr.Markdown("<h1 style='color: white;'>XAI: Visualize Object Detection of Your Models</h1>")
|