BhumikaMak commited on
Commit
16c2be0
·
verified ·
1 Parent(s): 84f0afd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ body {
130
  with gr.Blocks(css=custom_css) as interface:
131
 
132
  gr.HTML("""
133
- <span style="color: #E6E6FA; "font-family: 'Papyrus'; font-weight: bold">NeuralVista</span><br><br>
134
 
135
  Comprehensive suite of tools designed to enhance the <span style="color: #E6E6FA; font-weight: bold;" id="neural-vista-text">Transparency</span> and <span style="color: #E6E6FA; font-weight: bold;" id="neural-vista-text">Interpretability</span> of AI models throughout their lifecycle, Making complex AI systems more <span style="color: #E6E6FA; font-weight: bold;" id="neural-vista-text">Accessible</span> and trustworthy.
136
  """)
 
130
  with gr.Blocks(css=custom_css) as interface:
131
 
132
  gr.HTML("""
133
+ <span style="color:'purple'; font-family: 'Papyrus', cursive; font-weight: bold;">NeuralVista</span><br><br>
134
 
135
  Comprehensive suite of tools designed to enhance the <span style="color: #E6E6FA; font-weight: bold;" id="neural-vista-text">Transparency</span> and <span style="color: #E6E6FA; font-weight: bold;" id="neural-vista-text">Interpretability</span> of AI models throughout their lifecycle, Making complex AI systems more <span style="color: #E6E6FA; font-weight: bold;" id="neural-vista-text">Accessible</span> and trustworthy.
136
  """)