thak123 commited on
Commit
7688c47
1 Parent(s): 8b3c6e0

Update index.py

Browse files
Files changed (1) hide show
  1. index.py +1 -0
index.py CHANGED
@@ -1,3 +1,4 @@
 
1
  from app import app
2
 
3
  server = app.server
 
1
+ from dash import Dash, html, dcc, callback, Output, Input
2
  from app import app
3
 
4
  server = app.server