BhumikaMak commited on
Commit
dc3055d
·
verified ·
1 Parent(s): 9a9bdf3

update ui design

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,7 +26,7 @@ yolov8_url = "https://netron.app/?url=https://huggingface.co/spaces/BhumikaMak/N
26
 
27
  custom_css = """
28
  body {
29
- background-color: black;
30
  background-size: 1800px 1800px;
31
  height: 100%;
32
  margin: 0;
@@ -39,7 +39,7 @@ body {
39
  text-align: center;
40
  }
41
  #neural-vista-text {
42
- color: white !important;
43
  font-size: 18px;
44
  font-weight: bold;
45
  text-align: center;
@@ -54,7 +54,7 @@ with gr.Blocks(css=custom_css) as demo:
54
  gr.HTML("""
55
  <div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
56
  <span style="color: #E6E6FA; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
57
- <span style="color: #E6E6FA; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools <span style="color: yellow; font-family: 'Papyrus', cursive; font-size: 18px;">☼</span> designed to illuminate the inner workings of AI.</span>
58
  </div>
59
  """)
60
 
 
26
 
27
  custom_css = """
28
  body {
29
+ background-color: white;
30
  background-size: 1800px 1800px;
31
  height: 100%;
32
  margin: 0;
 
39
  text-align: center;
40
  }
41
  #neural-vista-text {
42
+ color: #800000 !important;
43
  font-size: 18px;
44
  font-weight: bold;
45
  text-align: center;
 
54
  gr.HTML("""
55
  <div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
56
  <span style="color: #E6E6FA; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
57
+ <span style="color: black; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools <span style="color: yellow; font-family: 'Papyrus', cursive; font-size: 18px;">☼</span> designed to illuminate the inner workings of AI.</span>
58
  </div>
59
  """)
60