Spaces:
Sleeping
Sleeping
change font colour and style
Browse files
app.py
CHANGED
@@ -130,10 +130,10 @@ body {
|
|
130 |
with gr.Blocks(css=custom_css) as interface:
|
131 |
|
132 |
gr.HTML("""
|
133 |
-
<span style="color: purple; font-family: 'Papyrus', cursive; font-weight: bold; font-size:
|
134 |
|
135 |
|
136 |
-
<span style="color:
|
137 |
""")
|
138 |
|
139 |
# Default sample
|
|
|
130 |
with gr.Blocks(css=custom_css) as interface:
|
131 |
|
132 |
gr.HTML("""
|
133 |
+
<span style="color: purple; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
|
134 |
|
135 |
|
136 |
+
<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>
|
137 |
""")
|
138 |
|
139 |
# Default sample
|