Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hha41 authored Feb 21, 2021
1 parent 40a72da commit c0875d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pip==21.0.1
pandas==1.1.4
streamlit==0.76.0
pandas==1.1.5
numpy==1.19.5
plotly.express==0.4.1
numpy==1.18.5
scipy==1.5.0
plotly==4.14.3
Pillow==8.1.0
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mkdir -p ~/.streamlit/
echo "\
[general]\n\
email = \"hha41@mail.aub.edu\"\n\
email = \"jsa48@mail.aub.edu\"\n\
" > ~/.streamlit/credentials.toml
echo "\
[server]\n\
headless = true\n\
enableCORS=false\n\
port = $PORT\n\
" > ~/.streamlit/config.toml
" > ~/.streamlit/config.toml

0 comments on commit c0875d1

Please sign in to comment.