Spaces:
Sleeping
Sleeping
change title colour
Browse files
app.py
CHANGED
@@ -67,7 +67,6 @@ body {
|
|
67 |
background-attachment: fixed;
|
68 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
69 |
margin: 0;
|
70 |
-
color: #E6E6FA;
|
71 |
overflow-y: auto; /* Allow vertical scrolling */
|
72 |
}
|
73 |
.custom-row {
|
@@ -112,7 +111,7 @@ body {
|
|
112 |
overflow-y: auto; /* Enable scrolling for the content if it overflows */
|
113 |
}
|
114 |
#neural-vista-title {
|
115 |
-
color:
|
116 |
font-size: 32px; /* Adjust font size as needed */
|
117 |
font-weight: bold;
|
118 |
text-align: center;
|
@@ -131,7 +130,7 @@ body {
|
|
131 |
with gr.Blocks(css=custom_css) as interface:
|
132 |
|
133 |
gr.HTML("""
|
134 |
-
<span style="color:
|
135 |
|
136 |
|
137 |
<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>
|
|
|
67 |
background-attachment: fixed;
|
68 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
69 |
margin: 0;
|
|
|
70 |
overflow-y: auto; /* Allow vertical scrolling */
|
71 |
}
|
72 |
.custom-row {
|
|
|
111 |
overflow-y: auto; /* Enable scrolling for the content if it overflows */
|
112 |
}
|
113 |
#neural-vista-title {
|
114 |
+
color: #800000 !important; /* Purple color for the title */
|
115 |
font-size: 32px; /* Adjust font size as needed */
|
116 |
font-weight: bold;
|
117 |
text-align: center;
|
|
|
130 |
with gr.Blocks(css=custom_css) as interface:
|
131 |
|
132 |
gr.HTML("""
|
133 |
+
<span style="color: #800000; 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>
|