Rodja Trappe 2 년 전
부모
커밋
78cbcc4a18
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      main.py

+ 0 - 4
main.py

@@ -9,10 +9,6 @@ from website import demo_card, reference
 from website.constants import ACCENT_COLOR, HEADER_HEIGHT, STATIC
 from website.example import bash_window, python_window
 
-ACCENT_COLOR = '#428BF5'
-HEADER_HEIGHT = '70px'
-STATIC = Path(__file__).parent / 'website' / 'static'
-
 ui.add_static_files('/favicon', Path(__file__).parent / 'website' / 'favicon')