Andika Atmanegara Putra commited on
Commit
c899cf2
1 Parent(s): 9952b3b

add requirements.txt

Browse files
Files changed (2) hide show
  1. awd.py +0 -7
  2. requirements.txt +7 -0
awd.py DELETED
@@ -1,7 +0,0 @@
1
- print('hello world')
2
-
3
- import streamlit
4
- import pandas as pd
5
- import numpy as np
6
- import plotly
7
- import matplotlib
 
 
 
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ pandas
3
+ seaborn
4
+ matplotlib
5
+ plotly
6
+ Pillow
7
+ scikit-learn==1.2.2