Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def on_confirm(dataset_radio, num_parts_dropdown, token_counts_radio, line_count
|
|
26 |
if cyclomatic_complexity_split=="Equal Frequency Partitioning":
|
27 |
cyclomatic_complexity_df = pd.read_csv(f"/home/user/app/dividing_into_different_subsets/{num_parts}/QS/CC_QS.csv")
|
28 |
dataframes.append(cyclomatic_complexity_df)
|
29 |
-
if dataset_radio
|
30 |
dataframes="There are some minor bugs in the section showing MBPP data, which we are working on as soon as possible"
|
31 |
|
32 |
|
|
|
26 |
if cyclomatic_complexity_split=="Equal Frequency Partitioning":
|
27 |
cyclomatic_complexity_df = pd.read_csv(f"/home/user/app/dividing_into_different_subsets/{num_parts}/QS/CC_QS.csv")
|
28 |
dataframes.append(cyclomatic_complexity_df)
|
29 |
+
if dataset_radio=="MBPP":
|
30 |
dataframes="There are some minor bugs in the section showing MBPP data, which we are working on as soon as possible"
|
31 |
|
32 |
|