mistermprah commited on
Commit
3ec81bc
·
verified ·
1 Parent(s): 3de63d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import streamlit as st
2
  import pandas as pd
3
  from datetime import timedelta
 
1
+ # First, make sure to install the openpyxl package:
2
+ # !pip install openpyxl
3
+
4
  import streamlit as st
5
  import pandas as pd
6
  from datetime import timedelta