BhumikaMak commited on
Commit
e9b7437
·
verified ·
1 Parent(s): 1a15e9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -118,7 +118,7 @@ body {
118
  }
119
  #neural-vista-text {
120
  color: purple !important; /* Purple color for the title */
121
- font-size: 14px; /* Adjust font size as needed */
122
  font-weight: bold;
123
  text-align: center;
124
  }
@@ -130,7 +130,7 @@ body {
130
  with gr.Blocks(css=custom_css) as interface:
131
 
132
  gr.HTML("""
133
- <span style="color: #E6E6FA; font-weight: bold;" id="neural-vista-title">NeuralVista</span><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
  """)
 
118
  }
119
  #neural-vista-text {
120
  color: purple !important; /* Purple color for the title */
121
+ font-size: 16px; /* Adjust font size as needed */
122
  font-weight: bold;
123
  text-align: center;
124
  }
 
130
  with gr.Blocks(css=custom_css) as interface:
131
 
132
  gr.HTML("""
133
+ <span style="color: #E6E6FA; font-weight: bold;" id="neural-vista-title">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
  """)