Hellisotherpeople commited on
Commit
a13d7ed
1 Parent(s): 7b87d49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ task = form.radio("Which task are we solving?", ('Classification', 'Clustering')
40
  dataset_name = form.text_area("Enter the name of the huggingface Dataset to do analysis of:", value = "Hellisotherpeople/DebateSum")
41
  dataset_name_2 = form.text_area("Enter the name of the config for the dataset if it has one", value = "")
42
  split_name = form.text_area("Enter the name of the split of the dataset that you want to use", value = "train")
43
- number_of_records = form.number_input("Enter the number of documents that you want to analyze from the dataset", value = 100)
44
  column_name = form.text_area("Enter the name of the column that we are doing analysis on (the X value)", value = "Full-Document")
45
 
46
  if task == "Classification":
 
40
  dataset_name = form.text_area("Enter the name of the huggingface Dataset to do analysis of:", value = "Hellisotherpeople/DebateSum")
41
  dataset_name_2 = form.text_area("Enter the name of the config for the dataset if it has one", value = "")
42
  split_name = form.text_area("Enter the name of the split of the dataset that you want to use", value = "train")
43
+ number_of_records = form.number_input("Enter the number of documents that you want to analyze from the dataset", value = 200)
44
  column_name = form.text_area("Enter the name of the column that we are doing analysis on (the X value)", value = "Full-Document")
45
 
46
  if task == "Classification":