Spaces:
Runtime error
Runtime error
Commit
·
f8e1476
1
Parent(s):
5f4fd95
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with st.expander("PROJECT 1: Analysis of Ligue 1 From 2010-2021"):
|
|
118 |
st.markdown("""
|
119 |
- Analyzed 12 season for Ligue 1
|
120 |
- Used plotly express and dash for visualization.
|
121 |
-
- Pandas to load and
|
122 |
- Streamlit for the web app.
|
123 |
""")
|
124 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/DataVisualizationProject)")
|
@@ -131,10 +131,9 @@ with st.expander("PROJECT 1: Analysis of Google play Apps"):
|
|
131 |
st.subheader('Analysis of Google play Apps')
|
132 |
st.write("This project intends to ...")
|
133 |
st.markdown("""
|
134 |
-
-
|
135 |
-
-
|
136 |
-
-
|
137 |
-
- Presented the work as part of our masters thesis.
|
138 |
""")
|
139 |
# # st.image("https://static.streamlit.io/examples/dice.jpg")
|
140 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/Android-App-Market/blob/main/Android%20App%20Market.ipynb)")
|
@@ -144,10 +143,9 @@ with st.expander("PROJECT 1: Analysis of Netflix movies"):
|
|
144 |
st.subheader('Analysis of Netflix movies')
|
145 |
st.write("This project intends to ...")
|
146 |
st.markdown("""
|
147 |
-
-
|
148 |
-
-
|
149 |
-
-
|
150 |
-
- Presented the work as part of our masters thesis.
|
151 |
""")
|
152 |
# # st.image("https://static.streamlit.io/examples/dice.jpg")
|
153 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/Netflix-Movies/blob/main/Netflix-Movies.ipynb)")
|
@@ -157,10 +155,9 @@ with st.expander("PROJECT 1: Analysis of Nobel Prize Winners"):
|
|
157 |
st.subheader('Analysis of Nobel Prize Winners')
|
158 |
st.write("This project intends to ...")
|
159 |
st.markdown("""
|
160 |
-
-
|
161 |
-
-
|
162 |
-
-
|
163 |
-
- Presented the work as part of our masters thesis.
|
164 |
""")
|
165 |
# # st.image("https://static.streamlit.io/examples/dice.jpg")
|
166 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/Nobel-Prize/blob/main/Nobel_Prize.ipynb)")
|
|
|
118 |
st.markdown("""
|
119 |
- Analyzed 12 season for Ligue 1
|
120 |
- Used plotly express and dash for visualization.
|
121 |
+
- Pandas to load and run analysis.
|
122 |
- Streamlit for the web app.
|
123 |
""")
|
124 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/DataVisualizationProject)")
|
|
|
131 |
st.subheader('Analysis of Google play Apps')
|
132 |
st.write("This project intends to ...")
|
133 |
st.markdown("""
|
134 |
+
- Analyzed google play apps.
|
135 |
+
- Utilized matplotlib for visualization.
|
136 |
+
- Utilized jupyter notebook for the analysis.
|
|
|
137 |
""")
|
138 |
# # st.image("https://static.streamlit.io/examples/dice.jpg")
|
139 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/Android-App-Market/blob/main/Android%20App%20Market.ipynb)")
|
|
|
143 |
st.subheader('Analysis of Netflix movies')
|
144 |
st.write("This project intends to ...")
|
145 |
st.markdown("""
|
146 |
+
- Analyzed Netflix movies dataset.
|
147 |
+
- Utilized matplotlib for visualization.
|
148 |
+
- Utilized jupyter notebook for the analysis.
|
|
|
149 |
""")
|
150 |
# # st.image("https://static.streamlit.io/examples/dice.jpg")
|
151 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/Netflix-Movies/blob/main/Netflix-Movies.ipynb)")
|
|
|
155 |
st.subheader('Analysis of Nobel Prize Winners')
|
156 |
st.write("This project intends to ...")
|
157 |
st.markdown("""
|
158 |
+
- Analyzed Nobel prize winners from the dataset.
|
159 |
+
- Utilized matplotlib for visualization.
|
160 |
+
- Utilized jupyter notebook for the analysis.
|
|
|
161 |
""")
|
162 |
# # st.image("https://static.streamlit.io/examples/dice.jpg")
|
163 |
st.markdown("[Project CODE](https://github.com/sadiksmart0/Nobel-Prize/blob/main/Nobel_Prize.ipynb)")
|