Aditya Sahu commited on
Commit
5b1e399
·
verified ·
1 Parent(s): e8e77d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,7 +80,7 @@ div[data-testid="markdown"] strong { color: #0056b3 !important; font-weight: bol
80
  /* Dark theme compatibility */
81
  .dark h1#main_title, .dark #main_title h1 {
82
  color: #4dabf7 !important;
83
- text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
84
  }
85
  .dark h3#subtitle, .dark #subtitle h3, .dark [data-testid="markdown"] #subtitle h3 {
86
  color: #ffffff !important;
@@ -94,7 +94,7 @@ div[data-testid="markdown"] strong { color: #0056b3 !important; font-weight: bol
94
 
95
  with gr.Blocks(css=custom_css) as demo:
96
  gr.Markdown("<h1 style='font-size:2.5em; color:#007dc3; margin-bottom:0; text-shadow: none rgba(255,255,255,0.5);'>SR100 Vision Model Space</h1>", elem_id="main_title")
97
- gr.Markdown("<h3 style='margin-top:0; color:#000000; text-shadow: none; font-weight: 500; border: none;'>Vision models for Person Presence developed by Synaptics for specific to Astra SR100 MCU. Learn more at <a href='https://developer.synaptics.com/docs/sr/sr100/quick-start?utm_source=hf' target='_blank' style='color:#007dc3; text-decoration:underline;'>Synaptics AI Developer Zone</a></h3>", elem_id="subtitle")
98
  user_text = gr.Markdown("")
99
  with gr.Row():
100
  with gr.Column(scale=1):
 
80
  /* Dark theme compatibility */
81
  .dark h1#main_title, .dark #main_title h1 {
82
  color: #4dabf7 !important;
83
+ text-shadow: none rgba(0,0,0,0.5);
84
  }
85
  .dark h3#subtitle, .dark #subtitle h3, .dark [data-testid="markdown"] #subtitle h3 {
86
  color: #ffffff !important;
 
94
 
95
  with gr.Blocks(css=custom_css) as demo:
96
  gr.Markdown("<h1 style='font-size:2.5em; color:#007dc3; margin-bottom:0; text-shadow: none rgba(255,255,255,0.5);'>SR100 Vision Model Space</h1>", elem_id="main_title")
97
+ gr.Markdown("<h3 style='margin-top:0; color:#ffffff; text-shadow: none; font-weight: 500; border: none;'>Vision models for Person Presence developed by Synaptics for specific to Astra SR100 MCU. Learn more at <a href='https://developer.synaptics.com/docs/sr/sr100/quick-start?utm_source=hf' target='_blank' style='color:#007dc3; text-decoration:underline;'>Synaptics AI Developer Zone</a></h3>", elem_id="subtitle")
98
  user_text = gr.Markdown("")
99
  with gr.Row():
100
  with gr.Column(scale=1):