Skip to content

Commit

Permalink
update folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Jan 18, 2024
1 parent cb5daf1 commit 8cddbc5
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 37 deletions.
18 changes: 9 additions & 9 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@

from layout.layout import get_app_layout

from views import test_case_view
from views import control_view
from views import scatter_3d_view
from views import heatmap_view
from views import histogram_view
from views import parcats_view
from views import scatter_2d_left_view
from views import scatter_2d_right_view
from views import violin_view
import test_case_view
import control_view
import scatter_3d_view
import heatmap_view
import histogram_view
import parcats_view
import scatter_2d_left_view
import scatter_2d_right_view
import violin_view

from flaskwebgui import FlaskUI

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions views/__init__.py

This file was deleted.

File renamed without changes.

0 comments on commit 8cddbc5

Please sign in to comment.