DrishtiSharma commited on
Commit
1ce4aaa
·
verified ·
1 Parent(s): 597d2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ if "df" not in st.session_state:
54
  # Dataset Input
55
  input_option = st.radio("Select Dataset Input:", ["Use Hugging Face Dataset", "Upload CSV File"])
56
  if input_option == "Use Hugging Face Dataset":
57
- dataset_name = st.text_input("Enter Hugging Face Dataset Name:", value="Einstellung/demo-salaries")
58
  if st.button("Load Dataset"):
59
  try:
60
  with st.spinner("Loading dataset..."):
 
54
  # Dataset Input
55
  input_option = st.radio("Select Dataset Input:", ["Use Hugging Face Dataset", "Upload CSV File"])
56
  if input_option == "Use Hugging Face Dataset":
57
+ dataset_name = st.text_input("Enter Hugging Face Dataset Name:", value="HUPD/hupd")
58
  if st.button("Load Dataset"):
59
  try:
60
  with st.spinner("Loading dataset..."):