Spaces:
Sleeping
Sleeping
changed text font
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ body {
|
|
45 |
text-align: center;
|
46 |
}
|
47 |
#neural-vista-text {
|
48 |
-
color:
|
49 |
font-size: 18px; /* Adjust font size as needed */
|
50 |
font-weight: bold;
|
51 |
text-align: center;
|
@@ -61,8 +61,8 @@ body {
|
|
61 |
with gr.Blocks(css=custom_css) as demo:
|
62 |
gr.HTML("""
|
63 |
<div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
|
64 |
-
<span style="color: #
|
65 |
-
<span style="color:
|
66 |
</div>
|
67 |
""")
|
68 |
with gr.Row():
|
|
|
45 |
text-align: center;
|
46 |
}
|
47 |
#neural-vista-text {
|
48 |
+
color: white !important; /* Purple color for the title */
|
49 |
font-size: 18px; /* Adjust font size as needed */
|
50 |
font-weight: bold;
|
51 |
text-align: center;
|
|
|
61 |
with gr.Blocks(css=custom_css) as demo:
|
62 |
gr.HTML("""
|
63 |
<div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
|
64 |
+
<span style="color: #E6E6FA; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
|
65 |
+
<span style="color: #E6E6FA; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools ☼ designed to illuminate the inner workings of AI.</span>
|
66 |
</div>
|
67 |
""")
|
68 |
with gr.Row():
|