Spaces:
Running
Running
Update app.py
Browse files
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="
|
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..."):
|