Spaces:
Sleeping
Sleeping
upload
Browse files- app.py +4 -4
- requirements.txt +4 -3
app.py
CHANGED
@@ -3,11 +3,11 @@ import streamlit as st
|
|
3 |
import pandas as pd
|
4 |
import numpy as np
|
5 |
import time
|
6 |
-
import matplotlib.pyplot as plt
|
7 |
-
import seaborn as sns
|
8 |
-
import plotly.figure_factory as ff
|
9 |
import altair as alt
|
10 |
-
from PIL import Image
|
11 |
import base64
|
12 |
import tarfile
|
13 |
import os
|
|
|
3 |
import pandas as pd
|
4 |
import numpy as np
|
5 |
import time
|
6 |
+
# import matplotlib.pyplot as plt
|
7 |
+
# import seaborn as sns
|
8 |
+
# import plotly.figure_factory as ff
|
9 |
import altair as alt
|
10 |
+
# from PIL import Image
|
11 |
import base64
|
12 |
import tarfile
|
13 |
import os
|
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
streamlit
|
2 |
-
matplotlib
|
3 |
-
seaborn
|
4 |
-
plotly
|
5 |
tqdm
|
6 |
bs4
|
7 |
lxml
|
|
|
1 |
+
altair==4.1.0
|
2 |
streamlit
|
3 |
+
# matplotlib
|
4 |
+
# seaborn
|
5 |
+
# plotly
|
6 |
tqdm
|
7 |
bs4
|
8 |
lxml
|