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("https://huggingface.co/spaces/randmimc/mobility_condition/blob/main/chat_icon/test_data.csv")
|
| 46 |
print(len(df))
|
| 47 |
chart_data = pd.DataFrame(np.random.randn(20, 3), columns=["a", "b", "c"])
|
| 48 |
# 데이터 상태 및 조치 상황 표시 함수
|
|
|
|
| 42 |
}
|
| 43 |
</style>
|
| 44 |
""", unsafe_allow_html=True)
|
| 45 |
+
df = pd.read_csv("https://huggingface.co/spaces/randmimc/mobility_condition/blob/main/chat_icon/test_data.csv", on_bad_lines='skip')
|
| 46 |
print(len(df))
|
| 47 |
chart_data = pd.DataFrame(np.random.randn(20, 3), columns=["a", "b", "c"])
|
| 48 |
# 데이터 상태 및 조치 상황 표시 함수
|