Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sentdiario
/
Sentdiario
like
1
Sleeping
App
Files
Files
Community
thak123
commited on
Apr 25
Commit
7688c47
•
1 Parent(s):
8b3c6e0
Update index.py
Browse files
Files changed (1)
hide
show
index.py
+1
-0
index.py
CHANGED
Viewed
@@ -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