cd14 commited on
Commit
0b57bb7
·
1 Parent(s): c3da20c

rm skit version and main_app

Browse files
Files changed (2) hide show
  1. main_app.py +0 -15
  2. 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==0.24.1
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