Spaces:
Sleeping
Sleeping
resolved: intendation error
Browse files
app.py
CHANGED
@@ -162,12 +162,12 @@ body {
|
|
162 |
|
163 |
with gr.Blocks(css=custom_css) as interface:
|
164 |
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
""")
|
171 |
|
172 |
# Default sample
|
173 |
default_sample = "Sample 1"
|
|
|
162 |
|
163 |
with gr.Blocks(css=custom_css) as interface:
|
164 |
|
165 |
+
gr.HTML("""
|
166 |
+
<div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
|
167 |
+
<span style="color: #800000; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
|
168 |
+
<span style="color: black; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools ☼ designed to illuminate the inner workings of AI.</span>
|
169 |
+
</div>
|
170 |
+
""")
|
171 |
|
172 |
# Default sample
|
173 |
default_sample = "Sample 1"
|