Jayesh13 commited on
Commit
5a1e198
·
verified ·
1 Parent(s): c7c7b6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  # Install required dependencies if not present
 
2
  os.system("pip install streamlit pandas xlsxwriter")
3
 
4
  import streamlit as st
 
1
  # Install required dependencies if not present
2
+ import os
3
  os.system("pip install streamlit pandas xlsxwriter")
4
 
5
  import streamlit as st