Update app.py
Browse files
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
|