Spaces:
Runtime error
Runtime error
rm skit version and main_app
Browse files- main_app.py +0 -15
- requirements.txt +2 -2
main_app.py
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
|
3 |
-
st.set_page_config(layout="wide")
|
4 |
-
|
5 |
-
st.markdown(
|
6 |
-
"""
|
7 |
-
<style>
|
8 |
-
body {
|
9 |
-
background-image: linear-gradient(#2e7bcf,#2e7bcf);
|
10 |
-
color: white;
|
11 |
-
}
|
12 |
-
</style>
|
13 |
-
""",
|
14 |
-
unsafe_allow_html=True,
|
15 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -3,9 +3,9 @@ joblib
|
|
3 |
boto3
|
4 |
pandas
|
5 |
urlextract
|
6 |
-
scikit-learn
|
7 |
bs4
|
8 |
matplotlib
|
9 |
numpy
|
10 |
plotly
|
11 |
-
streamlit==1.21.0
|
|
|
3 |
boto3
|
4 |
pandas
|
5 |
urlextract
|
6 |
+
scikit-learn
|
7 |
bs4
|
8 |
matplotlib
|
9 |
numpy
|
10 |
plotly
|
11 |
+
streamlit==1.21.0
|