Hellisotherpeople
commited on
Commit
•
e5387db
1
Parent(s):
8bf4041
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ oracle_submitted = oracle_form.form_submit_button("Generate API Key")
|
|
45 |
dataset_form = st.form("dataset")
|
46 |
dataset_form.write("Dataset Settings")
|
47 |
dataset_name = dataset_form.text_area("Enter the name of the huggingface Dataset:", value = "biosses")
|
48 |
-
dataset_name_2 = dataset_form.text_area("Enter the name of the config for the dataset if it has one", value = "")
|
49 |
split_name = dataset_form.text_area("Enter the name of the split of the dataset that you want to use", value = "train")
|
50 |
pd_checkbox = dataset_form.checkbox("Check this if you want this to be a pandas dataframe instead of a HF Dataset Object")
|
51 |
dataset_submitted = dataset_form.form_submit_button("Pull Dataset")
|
|
|
45 |
dataset_form = st.form("dataset")
|
46 |
dataset_form.write("Dataset Settings")
|
47 |
dataset_name = dataset_form.text_area("Enter the name of the huggingface Dataset:", value = "biosses")
|
48 |
+
dataset_name_2 = dataset_form.text_area("Enter the name of the config for the dataset if it has one", value = " ")
|
49 |
split_name = dataset_form.text_area("Enter the name of the split of the dataset that you want to use", value = "train")
|
50 |
pd_checkbox = dataset_form.checkbox("Check this if you want this to be a pandas dataframe instead of a HF Dataset Object")
|
51 |
dataset_submitted = dataset_form.form_submit_button("Pull Dataset")
|