Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -42,7 +42,7 @@ st.markdown("""
|
|
| 42 |
}
|
| 43 |
</style>
|
| 44 |
""", unsafe_allow_html=True)
|
| 45 |
-
df = pd.read_csv("
|
| 46 |
|
| 47 |
# 데이터 상태 및 조치 상황 표시 함수
|
| 48 |
def display_status_and_action(text):
|
|
|
|
| 42 |
}
|
| 43 |
</style>
|
| 44 |
""", unsafe_allow_html=True)
|
| 45 |
+
df = pd.read_csv("chat_icon/text.csv", names=["a", "b", "c"], header=None, on_bad_lines='skip')
|
| 46 |
|
| 47 |
# 데이터 상태 및 조치 상황 표시 함수
|
| 48 |
def display_status_and_action(text):
|