Rules99 commited on
Commit
22bda93
1 Parent(s): 50199cc
Files changed (3) hide show
  1. Study Results.xlsx +0 -0
  2. app.py +1 -1
  3. requirements.txt +5 -101
Study Results.xlsx ADDED
Binary file (488 kB). View file
 
app.py CHANGED
@@ -271,7 +271,7 @@ st.sidebar.markdown("<p style='text-align:center;'>Pablo Reyes Martin</p>",unsaf
271
 
272
  @st.cache(allow_output_mutation=True)
273
  def read_csv():
274
- return pd.ExcelFile('datamdata/Study Results.xlsx')
275
 
276
 
277
  ### Merge two dataframes
 
271
 
272
  @st.cache(allow_output_mutation=True)
273
  def read_csv():
274
+ return pd.ExcelFile('Study Results.xlsx')
275
 
276
 
277
  ### Merge two dataframes
requirements.txt CHANGED
@@ -1,104 +1,8 @@
1
- altair==4.1.0
2
- argon2-cffi==21.1.0
3
- astor==0.8.1
4
- attrs==21.2.0
5
- backcall==0.2.0
6
- base58==2.1.1
7
- bleach==4.1.0
8
- blinker==1.4
9
- cachetools==4.2.4
10
- certifi==2021.10.8
11
- cffi==1.15.0
12
- charset-normalizer==2.0.8
13
- click==7.1.2
14
- colorama==0.4.4
15
- debugpy==1.5.1
16
- decorator==5.1.0
17
- defusedxml==0.7.1
18
- easydict==1.9
19
- entrypoints==0.3
20
- gitdb==4.0.9
21
- GitPython==3.1.24
22
- idna==3.3
23
- imageio==2.13.1
24
- ipykernel==6.5.1
25
- ipython==7.30.0
26
- ipython-genutils==0.2.0
27
- ipywidgets==7.6.5
28
- jedi==0.18.1
29
- Jinja2==3.0.3
30
- joblib==1.1.0
31
- jsonschema==4.2.1
32
- jupyter-client==7.1.0
33
- jupyter-core==4.9.1
34
- jupyterlab-pygments==0.1.2
35
- jupyterlab-widgets==1.0.2
36
- lxml==4.6.4
37
- MarkupSafe==2.0.1
38
- matplotlib-inline==0.1.3
39
- mistune==0.8.4
40
- multitasking==0.0.10
41
- nbclient==0.5.9
42
- nbconvert==6.3.0
43
- nbformat==5.1.3
44
- nest-asyncio==1.5.1
45
- networkx==2.6.3
46
- notebook==6.4.6
47
- numpy==1.21.4
48
- opencv-python==4.5.4.60
49
- packaging==21.3
50
  pandas==1.3.4
51
- pandocfilters==1.5.0
52
- parso==0.8.2
53
- pickleshare==0.7.5
54
- Pillow==8.4.0
55
- pip==21.3.1
56
- prometheus-client==0.12.0
57
- prompt-toolkit==3.0.23
58
- protobuf==3.19.1
59
- pyarrow==6.0.1
60
- pycparser==2.21
61
- pydeck==0.7.1
62
- pydicom==2.2.2
63
- Pygments==2.10.0
64
- Pympler==0.9
65
- pyparsing==3.0.6
66
- pyrsistent==0.18.0
67
- python-dateutil==2.8.2
68
- pytz==2021.3
69
- pytz-deprecation-shim==0.1.0.post0
70
- PyWavelets==1.2.0
71
- PyYAML==6.0
72
- pyzmq==22.3.0
73
  requests==2.26.0
74
- scikit-image==0.19.0
75
- scikit-learn==1.0.1
76
- scipy==1.7.3
77
- Send2Trash==1.8.0
78
- six==1.16.0
79
- sklearn==0.0
80
- smmap==5.0.0
81
  streamlit==1.2.0
82
- tensorboardX==2.4.1
83
- terminado==0.12.1
84
- testpath==0.5.0
85
- threadpoolctl==3.0.0
86
- tifffile==2021.11.2
87
- toml==0.10.2
88
- toolz==0.11.2
89
- torch==1.10.0
90
- torchvision==0.11.1
91
- torchxrayvision==0.0.32
92
- tornado==6.1
93
- tqdm==4.62.3
94
- traitlets==5.1.1
95
- typing_extensions==4.0.0
96
- tzdata==2021.5
97
- tzlocal==4.1
98
- urllib3==1.26.7
99
- validators==0.18.2
100
- watchdog==2.1.6
101
- wcwidth==0.2.5
102
- webencodings==0.5.1
103
- widgetsnbextension==3.5.2
104
- yfinance==0.1.67
 
1
+ matplotlib==3.4.3
2
+ numpy==1.21.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  pandas==1.3.4
4
+ plotly==5.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  requests==2.26.0
6
+ seaborn==0.11.2
7
+ selenium==3.141.0
 
 
 
 
 
8
  streamlit==1.2.0