Spaces:
Sleeping
Sleeping
update: gradio interface
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ body {
|
|
162 |
with gr.Blocks(css=custom_css) as interface:
|
163 |
|
164 |
gr.HTML("""
|
165 |
-
<div style="background-color
|
166 |
<span style="color: #800000; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
|
167 |
<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>
|
168 |
</div>
|
|
|
162 |
with gr.Blocks(css=custom_css) as interface:
|
163 |
|
164 |
gr.HTML("""
|
165 |
+
<div style="background-color: #f4e1d2; padding: 20px; border-radius: 8px;">
|
166 |
<span style="color: #800000; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
|
167 |
<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>
|
168 |
</div>
|