BhumikaMak commited on
Commit
2ebc84f
·
verified ·
1 Parent(s): 7c4d728

update: gradio interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:#f0f0f0; 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>
 
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>