Skip to content

Commit 340894a

Browse files
committed
Updated
1 parent 6f20722 commit 340894a

File tree

2 files changed

+53
-6
lines changed

2 files changed

+53
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# How to run app.py ?
22

3-
## Way 1
3+
## Way 1 - Local Deployment of this Project
44

5-
1. Download `app.py` and `img` folder in your local computer.
6-
2. Use this command to run this application: `streamlit run app.py`
5+
1. Download `app.py`, `requirement.txt` and `img` folder in your local computer.
6+
2. Create a Virtual Environment and install project dependencies from `requirement.txt`.
7+
3. Use this command to run the application: `streamlit run app.py`
78

8-
## Way 2
9+
## Way 2 - Directly Check the Running app With LIVE Link
910

10-
This application is deployed on Heroku.
11-
You can also click on [this link](https://aws-deployment.herokuapp.com/) to access the application.
11+
This application is deployed on Streamlit Cloud.
12+
You can also click on [this link](https://aws-deployment-tutorial-for-flask-app.streamlit.app/) to access the application.
1213
If it takes more time to open, just refresh the page.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
altair==5.2.0
2+
attrs==23.2.0
3+
blinker==1.7.0
4+
cachetools==5.3.2
5+
certifi==2024.2.2
6+
charset-normalizer==3.3.2
7+
click==8.1.7
8+
colorama==0.4.6
9+
gitdb==4.0.11
10+
GitPython==3.1.42
11+
idna==3.6
12+
importlib-metadata==7.0.1
13+
Jinja2==3.1.3
14+
jsonschema==4.21.1
15+
jsonschema-specifications==2023.12.1
16+
markdown-it-py==3.0.0
17+
MarkupSafe==2.1.5
18+
mdurl==0.1.2
19+
numpy==1.26.4
20+
packaging==23.2
21+
pandas==2.2.1
22+
pillow==10.2.0
23+
protobuf==4.25.3
24+
pyarrow==15.0.0
25+
pydeck==0.8.1b0
26+
Pygments==2.17.2
27+
python-dateutil==2.8.2
28+
pytz==2024.1
29+
referencing==0.33.0
30+
requests==2.31.0
31+
rich==13.7.0
32+
rpds-py==0.18.0
33+
six==1.16.0
34+
smmap==5.0.1
35+
streamlit==1.31.1
36+
tenacity==8.2.3
37+
toml==0.10.2
38+
toolz==0.12.1
39+
tornado==6.4
40+
typing_extensions==4.10.0
41+
tzdata==2024.1
42+
tzlocal==5.2
43+
urllib3==2.2.1
44+
validators==0.22.0
45+
watchdog==4.0.0
46+
zipp==3.17.0

0 commit comments

Comments
 (0)