xiaotongwu05 commited on
Commit
cbec2e4
·
verified ·
1 Parent(s): e5209f4

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +1 -2
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  import streamlit as st
3
  import seaborn as sns
4
  import matplotlib.pyplot as plt
@@ -70,4 +69,4 @@ def app():
70
 
71
 
72
  if __name__ == "__main__":
73
- app()
 
 
1
  import streamlit as st
2
  import seaborn as sns
3
  import matplotlib.pyplot as plt
 
69
 
70
 
71
  if __name__ == "__main__":
72
+ app()
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  pandas==1.5.2
2
  matplotlib==3.6.2
3
- seaborn
4
  scipy==1.10.0
5
  numpy==1.23.5
 
1
  pandas==1.5.2
2
  matplotlib==3.6.2
3
+ seaborn==0.12.1
4
  scipy==1.10.0
5
  numpy==1.23.5