Spaces:
Sleeping
Sleeping
create dash.py
Browse files
dash.py
CHANGED
@@ -1,3 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import time
|
2 |
import plotly.express as px
|
3 |
import pandas as pd
|
@@ -43,3 +89,4 @@ def main():
|
|
43 |
|
44 |
if __name__ == "__main__":
|
45 |
main()
|
|
|
|
1 |
+
Hugging Face's logo
|
2 |
+
Hugging Face
|
3 |
+
Search models, datasets, users...
|
4 |
+
Models
|
5 |
+
Datasets
|
6 |
+
Spaces
|
7 |
+
Posts
|
8 |
+
Docs
|
9 |
+
Enterprise
|
10 |
+
Pricing
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
Hugging Face is way more fun with friends and colleagues! 🤗 Join an organization
|
15 |
+
Spaces:
|
16 |
+
|
17 |
+
danielle2003
|
18 |
+
/
|
19 |
+
danielleAnge
|
20 |
+
|
21 |
+
|
22 |
+
like
|
23 |
+
0
|
24 |
+
|
25 |
+
App
|
26 |
+
Files
|
27 |
+
Community
|
28 |
+
Settings
|
29 |
+
danielleAnge
|
30 |
+
/
|
31 |
+
dash.py
|
32 |
+
|
33 |
+
danielle2003's picture
|
34 |
+
danielle2003
|
35 |
+
commit name
|
36 |
+
ae51f3b
|
37 |
+
about 3 hours ago
|
38 |
+
raw
|
39 |
+
|
40 |
+
Copy download link
|
41 |
+
history
|
42 |
+
blame
|
43 |
+
edit
|
44 |
+
delete
|
45 |
+
|
46 |
+
1.24 kB
|
47 |
import time
|
48 |
import plotly.express as px
|
49 |
import pandas as pd
|
|
|
89 |
|
90 |
if __name__ == "__main__":
|
91 |
main()
|
92 |
+
|