Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ st.markdown("""
|
|
| 57 |
""", unsafe_allow_html=True)
|
| 58 |
|
| 59 |
# Load Excel file into DataFrame
|
| 60 |
-
df = pd.read_excel("
|
| 61 |
|
| 62 |
# 버튼 컨테이너 생성
|
| 63 |
buttons = st.columns(3)
|
|
|
|
| 57 |
""", unsafe_allow_html=True)
|
| 58 |
|
| 59 |
# Load Excel file into DataFrame
|
| 60 |
+
df = pd.read_excel("painpoint21.xlsx")
|
| 61 |
|
| 62 |
# 버튼 컨테이너 생성
|
| 63 |
buttons = st.columns(3)
|