Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Jul 10, 2024
1 parent 9b32216 commit f24482a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
import os

# from waitress import serve
from multiprocessing import freeze_support

from flaskwebgui import FlaskUI
from multiprocessing import freeze_support

import dash
from dash.dependencies import Input, Output, State
Expand Down
2 changes: 1 addition & 1 deletion app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

APP_TITLE = "RadarViz"

DATA_PATH = "C:/Users/zjx8rj/OneDrive - Aptiv/radarviz"
DATA_PATH = "./data"
FRAME_CACHE_PATH = "./cache/frame"
DASH_CACHE_PATH = "./cache/dash"

Expand Down
1 change: 0 additions & 1 deletion view_callbacks/test_case_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
from dash.exceptions import PreventUpdate
import dash_bootstrap_components as dbc

from app_config import SPECIAL_FOLDERS
from app_config import (
DROPDOWN_OPTIONS_ALL,
DROPDOWN_VALUES_ALL,
Expand Down

0 comments on commit f24482a

Please sign in to comment.