Mengyuan Liu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def on_confirm(dataset_radio, num_parts_dropdown, token_counts_radio, line_count
|
|
16 |
|
17 |
dataframes = []
|
18 |
if token_counts_split=="Equal Frequency Partitioning":
|
19 |
-
token_counts_df = pd.read_csv(f"
|
20 |
dataframes.append(token_counts_df)
|
21 |
|
22 |
if line_counts_split=="Equal Frequency Partitioning":
|
|
|
16 |
|
17 |
dataframes = []
|
18 |
if token_counts_split=="Equal Frequency Partitioning":
|
19 |
+
token_counts_df = pd.read_csv(f"/dividing_into_different_subsets/{num_parts}/QS/token_counts_QS.csv")
|
20 |
dataframes.append(token_counts_df)
|
21 |
|
22 |
if line_counts_split=="Equal Frequency Partitioning":
|