BhumikaMak commited on
Commit
cf8103c
·
verified ·
1 Parent(s): 1329b1b

update display layout

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -7,10 +7,9 @@ yolov8_result = os.path.join(os.getcwd(), "data/xai/yolov8.png")
7
  yolov5_dff = os.path.join(os.getcwd(), "data/xai/yolov5_dff.png")
8
  yolov8_dff = os.path.join(os.getcwd(), "data/xai/yolov8_dff.png")
9
 
10
-
11
  description_yolov5 = """
12
  ### Feature Focus Comparison
13
- | Feature | **<span style="color:blue">Dogs</span>** | **<span style="color:green">Cats</span>** |
14
  |-------------------|-----------------------------------|-------------------------------|
15
  | **Face & Snout** | Eyes, nose, and mouth for recognition | Sharp eyes, whiskers |
16
  | **Ears** | Pointed or floppy shapes | Pointed for identification |
@@ -26,9 +25,6 @@ description_yolov5 = """
26
  - Visualizations help identify key traits and potential classification biases.
27
  """
28
 
29
-
30
-
31
-
32
  description_yolov8 = """
33
  ### Feature Focus Comparison
34
 
 
7
  yolov5_dff = os.path.join(os.getcwd(), "data/xai/yolov5_dff.png")
8
  yolov8_dff = os.path.join(os.getcwd(), "data/xai/yolov8_dff.png")
9
 
 
10
  description_yolov5 = """
11
  ### Feature Focus Comparison
12
+ | Feature | <span style="color: maroon;"><strong>Dogs</strong></span> | <span style="color: maroon;"><strong>Cats</strong></span> |
13
  |-------------------|-----------------------------------|-------------------------------|
14
  | **Face & Snout** | Eyes, nose, and mouth for recognition | Sharp eyes, whiskers |
15
  | **Ears** | Pointed or floppy shapes | Pointed for identification |
 
25
  - Visualizations help identify key traits and potential classification biases.
26
  """
27
 
 
 
 
28
  description_yolov8 = """
29
  ### Feature Focus Comparison
30