Spaces:
Runtime error
Runtime error
JanuaryDesk
commited on
Commit
•
0fbfb39
1
Parent(s):
a6e2a64
try to probe slow scrolling problem
Browse files
app.py
CHANGED
@@ -49,6 +49,8 @@ import YYZ.JTS.NB
|
|
49 |
|
50 |
import numpy as np
|
51 |
import plotly.graph_objects as go
|
|
|
|
|
52 |
import math
|
53 |
|
54 |
def dock(x, limit):
|
|
|
49 |
|
50 |
import numpy as np
|
51 |
import plotly.graph_objects as go
|
52 |
+
import plotly
|
53 |
+
print(f"plotly_version={plotly.__version__}")
|
54 |
import math
|
55 |
|
56 |
def dock(x, limit):
|