randmimc commited on
Commit
cbd60e4
·
verified ·
1 Parent(s): 7b2398c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -1
src/streamlit_app.py CHANGED
@@ -42,7 +42,8 @@ st.markdown("""
42
  }
43
  </style>
44
  """, unsafe_allow_html=True)
45
-
 
46
  chart_data = pd.DataFrame(np.random.randn(20, 3), columns=["a", "b", "c"])
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/aitom/resolve/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
  # 데이터 상태 및 조치 상황 표시 함수
49
  def display_status_and_action(text):