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