DrishtiSharma commited on
Commit
b0290f9
·
verified ·
1 Parent(s): 085efcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def load_dataset_into_session():
53
  dataset_name = st.text_input(
54
  "Enter Hugging Face Dataset Name:", value="HUPD/hupd"
55
  )
56
- if st.button("Load Hugging Face Dataset"):
57
  try:
58
  dataset = load_dataset(dataset_name, name="sample", split="train", trust_remote_code=True, uniform_split=True)
59
  if hasattr(dataset, "to_pandas"):
 
53
  dataset_name = st.text_input(
54
  "Enter Hugging Face Dataset Name:", value="HUPD/hupd"
55
  )
56
+ if st.button("Load Dataset"):
57
  try:
58
  dataset = load_dataset(dataset_name, name="sample", split="train", trust_remote_code=True, uniform_split=True)
59
  if hasattr(dataset, "to_pandas"):