Skip to content

Commit

Permalink
✅ Add image banner and new buttons to constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen committed Sep 9, 2024
1 parent 323114a commit e0ef47f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@
"""
TITLE = "KNN/KMeans Clustering and Classification"
ICON_IMG_PATH = "assets/logo.png"
BANNER_IMG_PATH = "assets/banner_img.png"
BANNER_IMG_PATH_REMOVEBG = "assets/banner_img-removebg-preview.png"
WINDOW_WIDTH = 1000
WINDOW_HEIGHT = 600
START_BUTTON_TEXT = "Start"
NEXT_STEP_BUTTON_TEXT ="Next Step"
DRAW_POINTS_TEXT = "Draw Points"
RED = 'red'
BLUE = 'blue'
ORANGE = 'orange'
Expand Down

0 comments on commit e0ef47f

Please sign in to comment.