mintheinwin commited on
Commit
48f06d0
·
1 Parent(s): cdf6ca6

change label code cdoe

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def create_interface():
93
  with gr.Column(scale=1): # Adjust scale for proportional width
94
  gr.Markdown("### Detection Output Image/Video:")
95
  gr.Markdown(
96
- "<p style='color: orange; font-weight: bold;'>"
97
  "This section displays detected objects with bounding boxes, animal types (Lion/Tiger), and confidence levels.</p>"
98
  )
99
 
 
93
  with gr.Column(scale=1): # Adjust scale for proportional width
94
  gr.Markdown("### Detection Output Image/Video:")
95
  gr.Markdown(
96
+ "<p style='color: #FF8000; font-weight: bold;'>"
97
  "This section displays detected objects with bounding boxes, animal types (Lion/Tiger), and confidence levels.</p>"
98
  )
99