Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ interface = gr.Interface(fn=apply_scaling,
|
|
| 137 |
inputs=[input_method, input_df1, input_df2],
|
| 138 |
outputs= [output_df1, output_df2],
|
| 139 |
|
| 140 |
-
title="CSCI4750/5750(hw01-PartI): Mathematics for KNN (Feature Scaling)",
|
| 141 |
description= "Click examples below for a quick demo, or change input values by clicking cells",
|
| 142 |
theme = 'huggingface',
|
| 143 |
examples = [["Min-Max normalization", train_df2, test_df2]],
|
|
|
|
| 137 |
inputs=[input_method, input_df1, input_df2],
|
| 138 |
outputs= [output_df1, output_df2],
|
| 139 |
|
| 140 |
+
title="CSCI4750/5750(hw01-PartI): Mathematics for KNN (Question 5: Feature Scaling)",
|
| 141 |
description= "Click examples below for a quick demo, or change input values by clicking cells",
|
| 142 |
theme = 'huggingface',
|
| 143 |
examples = [["Min-Max normalization", train_df2, test_df2]],
|