MatthewMec
commited on
Commit
·
f480eb4
1
Parent(s):
42d3faf
status
Browse files
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):
|