Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions 5 app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import dash_bootstrap_components as dbc
from dash import Dash, Input, Output, State, dcc, html

from src.pages.graph import graph_page_layout, register_callbacks
from src.pages.graph import graph_page_layout
from src.pages.landing import landing_page_layout
from src.pages.table import table_page_layout

Expand Down Expand Up @@ -175,8 +175,5 @@ def toggle_navbar_collapse(n, is_open):
return is_open


# Register the callbacks for the graph page
register_callbacks(app)

if __name__ == "__main__":
app.run_server(debug=True, port=8000)
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.