analytics
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def trend(t):
|
|
31 |
d=df.tail(1).stack(level=-1).droplevel(0, axis=0)
|
32 |
'''
|
33 |
d=pd.read_pickle("data.pkl")
|
34 |
-
return gr.ScatterPlot(d, x="Close_MA", y="Volume_MA",color=
|
35 |
|
36 |
'''
|
37 |
SIMILAR VECTOR DB SEARCH
|
|
|
31 |
d=df.tail(1).stack(level=-1).droplevel(0, axis=0)
|
32 |
'''
|
33 |
d=pd.read_pickle("data.pkl")
|
34 |
+
return gr.ScatterPlot(d, x="Close_MA", y="Volume_MA",color='ticker')
|
35 |
|
36 |
'''
|
37 |
SIMILAR VECTOR DB SEARCH
|
data.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db909946dbc190d5fe4891508cae4b500f3633990eff6133b57a08288265a1a1
|
3 |
+
size 857
|