hyunjunian commited on
Commit
20aaa94
·
1 Parent(s): 6763bc8

add theme color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def abnormal_stream(image):
32
  except Exception as e:
33
  return {str(e): 1.0}
34
 
35
- with gr.Blocks(analytics_enabled=False, title='졸음운전 알리미', head='<link rel="apple-touch-icon" href="/pwa_icon">') as demo:
36
  with gr.Row():
37
  with gr.Column():
38
  input_img = gr.Image(sources=["webcam"], type="pil")
 
32
  except Exception as e:
33
  return {str(e): 1.0}
34
 
35
+ with gr.Blocks(analytics_enabled=False, title='졸음운전 알리미', head='<link rel="apple-touch-icon" href="/pwa_icon"><meta name="theme-color" content="#0f0f11">') as demo:
36
  with gr.Row():
37
  with gr.Column():
38
  input_img = gr.Image(sources=["webcam"], type="pil")