Jayesh13 commited on
Commit
db9028b
·
verified ·
1 Parent(s): 19a6e11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("pip install streamlit pandas xlsxwriter openpyxl")
3
 
4
  import random
5
  from collections import defaultdict
 
1
  import os
2
+ os.system("pip install streamlit pandas xlsxwriter openpyxl pymongo")
3
 
4
  import random
5
  from collections import defaultdict