ch-tseng commited on
Commit
5489b52
·
1 Parent(s): 9e66fa1
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -102,7 +102,8 @@ confidence = float(st.sidebar.slider(
102
  "Select Model Confidence", 30, 100, 50)) / 100
103
 
104
  if model_type:
105
- st.header('{} Trial: Use your photo/video:blue[cool] :sunglasses:'.format(model_type))
 
106
  model_path = model_info[model_type]
107
 
108
  try:
 
102
  "Select Model Confidence", 30, 100, 50)) / 100
103
 
104
  if model_type:
105
+ st.header('{} Model Trial'.format(model_type),divider='rainbow')
106
+ st.subheader('Use your :blue[photo/video] :sunglasses:')
107
  model_path = model_info[model_type]
108
 
109
  try: