Spaces:
Sleeping
Sleeping
Pragya Jatav
commited on
Commit
·
50dd1f0
1
Parent(s):
f35c5f9
m1
Browse files
Streamlit_functions.py
CHANGED
|
@@ -1252,7 +1252,7 @@ def elasticity_and_media(media_df):
|
|
| 1252 |
y=media_df[media_df['half_life'].isnull()==False]['category'],
|
| 1253 |
orientation='h', # Setting the orientation to horizontal
|
| 1254 |
marker_color='rgba(75, 136, 257, 1)',
|
| 1255 |
-
text= media_df['
|
| 1256 |
textposition="outside"
|
| 1257 |
),row=1, col=2
|
| 1258 |
)
|
|
@@ -1323,7 +1323,7 @@ def half_life(media_df):
|
|
| 1323 |
y=media_df[media_df['half_life'].isnull()==False]['category'],
|
| 1324 |
orientation='h', # Setting the orientation to horizontal
|
| 1325 |
marker_color='rgba(75, 136, 257, 1)',
|
| 1326 |
-
text= media_df['
|
| 1327 |
textposition="outside"
|
| 1328 |
))
|
| 1329 |
|
|
|
|
| 1252 |
y=media_df[media_df['half_life'].isnull()==False]['category'],
|
| 1253 |
orientation='h', # Setting the orientation to horizontal
|
| 1254 |
marker_color='rgba(75, 136, 257, 1)',
|
| 1255 |
+
# text= media_df[media_df['half_life'].isnull()==False]['half_life'].round(2),
|
| 1256 |
textposition="outside"
|
| 1257 |
),row=1, col=2
|
| 1258 |
)
|
|
|
|
| 1323 |
y=media_df[media_df['half_life'].isnull()==False]['category'],
|
| 1324 |
orientation='h', # Setting the orientation to horizontal
|
| 1325 |
marker_color='rgba(75, 136, 257, 1)',
|
| 1326 |
+
text= media_df[media_df['half_life'].isnull()==False]['half_life'].round(2),
|
| 1327 |
textposition="outside"
|
| 1328 |
))
|
| 1329 |
|
__pycache__/Streamlit_functions.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/Streamlit_functions.cpython-310.pyc and b/__pycache__/Streamlit_functions.cpython-310.pyc differ
|
|
|
summary_df.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1822
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71a736a80f9a2bced376348b2f786664c5dab270c2c8993593b71919a237acc9
|
| 3 |
size 1822
|