BhumikaMak commited on
Commit
46da91d
·
verified ·
1 Parent(s): e331d75

update: display interface

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -162,8 +162,8 @@ body {
162
 
163
  with gr.Blocks(css=custom_css) as interface:
164
 
165
- gr.HTML("""
166
- <div style="background-color: #f4e1d2; 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>
 
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>