Jayesh13 commited on
Commit
ca19f3a
·
verified ·
1 Parent(s): 7d03065

Update app.py

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