MatthewMec commited on
Commit
f480eb4
·
1 Parent(s): 42d3faf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import pandas as pd
3
-
4
  # Load data from Excel file
5
  @st.cache_data
6
  def load_data(file_path):
 
1
  import streamlit as st
2
  import pandas as pd
3
+ import openpyxl
4
  # Load data from Excel file
5
  @st.cache_data
6
  def load_data(file_path):