Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
-
os.system("pip install streamlit pandas xlsxwriter openpyxl pymongo matplotlib seaborn")
|
| 3 |
|
| 4 |
import streamlit as st
|
| 5 |
import pandas as pd
|
|
|
|
| 1 |
import os
|
| 2 |
+
# os.system("pip install streamlit pandas xlsxwriter openpyxl pymongo matplotlib seaborn")
|
| 3 |
|
| 4 |
import streamlit as st
|
| 5 |
import pandas as pd
|