BhumikaMak commited on
Commit
21ff42f
·
verified ·
1 Parent(s): ff40bc5

changed text font

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -45,7 +45,7 @@ body {
45
  text-align: center;
46
  }
47
  #neural-vista-text {
48
- color: #800000 !important; /* Purple color for the title */
49
  font-size: 18px; /* Adjust font size as needed */
50
  font-weight: bold;
51
  text-align: center;
@@ -61,8 +61,8 @@ body {
61
  with gr.Blocks(css=custom_css) as demo:
62
  gr.HTML("""
63
  <div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
64
- <span style="color: #800000; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
65
- <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>
66
  </div>
67
  """)
68
  with gr.Row():
 
45
  text-align: center;
46
  }
47
  #neural-vista-text {
48
+ color: white !important; /* Purple color for the title */
49
  font-size: 18px; /* Adjust font size as needed */
50
  font-weight: bold;
51
  text-align: center;
 
61
  with gr.Blocks(css=custom_css) as demo:
62
  gr.HTML("""
63
  <div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
64
+ <span style="color: #E6E6FA; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
65
+ <span style="color: #E6E6FA; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools ☼ designed to illuminate the inner workings of AI.</span>
66
  </div>
67
  """)
68
  with gr.Row():