SUNGJIN LEE
commited on
Commit
•
b08b8bd
1
Parent(s):
eadca8e
Huggingface 토큰 추가
Browse files
data.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
import pandas as pd
|
4 |
import os
|
5 |
|
6 |
-
token = os.getenv
|
7 |
|
8 |
data_files = {
|
9 |
"train": "ELG_Busan_PoC_per_CA_site_0226_0407.csv",
|
|
|
3 |
import pandas as pd
|
4 |
import os
|
5 |
|
6 |
+
token = os.getenv('HF_TOKEN')
|
7 |
|
8 |
data_files = {
|
9 |
"train": "ELG_Busan_PoC_per_CA_site_0226_0407.csv",
|