Spaces:
Sleeping
Sleeping
Commit
·
5a16208
1
Parent(s):
72c30f9
Update: font styling
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ with gr.Blocks() as interface:
|
|
73 |
</style>
|
74 |
""")
|
75 |
|
76 |
-
gr.Markdown("<h1>XAI: Visualize Object Detection of Your Models</h1>")
|
77 |
-
gr.Markdown("<p>Select a sample image to visualize object detection.</p>")
|
78 |
|
79 |
default_sample = "Sample 1"
|
80 |
|
|
|
73 |
</style>
|
74 |
""")
|
75 |
|
76 |
+
gr.Markdown("<h1 style='color: #FFFFFF;'>XAI: Visualize Object Detection of Your Models</h1>")
|
77 |
+
gr.Markdown("<p style='color: #FFFFFF;'>Select a sample image to visualize object detection.</p>")
|
78 |
|
79 |
default_sample = "Sample 1"
|
80 |
|