ratneshpasi03 commited on
Commit
5fb7082
·
1 Parent(s): c7679f3

Remove pandas installation from app.py and add pandas, numpy, and streamlit to requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +0 -3
  2. requirements.txt +3 -0
app.py CHANGED
@@ -1,6 +1,3 @@
1
- import os
2
- os.system("pip install pandas")
3
-
4
  import streamlit as st
5
 
6
  st.set_page_config(page_title="Coding Questions App", layout="wide")
 
 
 
 
1
  import streamlit as st
2
 
3
  st.set_page_config(page_title="Coding Questions App", layout="wide")
requirements.txt CHANGED
@@ -1 +1,4 @@
 
 
1
  matplotlib
 
 
1
+ pandas
2
+ numpy
3
  matplotlib
4
+ streamlit