randmimc commited on
Commit
7391dcd
·
verified ·
1 Parent(s): 7474b09

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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("chat_icon/text.csv", names=["a", "b", "c"], header=None, on_bad_lines='skip')
46
 
47
  # 데이터 상태 및 조치 상황 표시 함수
48
  def display_status_and_action(text):
 
42
  }
43
  </style>
44
  """, unsafe_allow_html=True)
45
+ df = pd.read_csv("https://huggingface.co/spaces/randmimc/mobility_condition/raw/main/chat_icon/text.csv", names=["a", "b", "c"], header=None, on_bad_lines='skip')
46
 
47
  # 데이터 상태 및 조치 상황 표시 함수
48
  def display_status_and_action(text):