jiehou commited on
Commit
156973e
1 Parent(s): 099f58f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ interface = gr.Interface(fn=homework01_solution1,
89
  inputs=[set_K, set_X1, set_X2],
90
  outputs=[set_output_traindata, set_output_q1a, set_output_q1b, set_output_q3],
91
 
92
- title="CSCI4750/5750(hw01-PartI): Mathematics for KNN (Question 1: KNN-Regressor Search)",
93
  description= "Click examples below for a quick demo",
94
  theme = 'huggingface'
95
  )
 
89
  inputs=[set_K, set_X1, set_X2],
90
  outputs=[set_output_traindata, set_output_q1a, set_output_q1b, set_output_q3],
91
 
92
+ title="CSCI4750/5750(hw01-PartI): Mathematics for KNN (Question 1 & 3: KNN-Regressor Search)",
93
  description= "Click examples below for a quick demo",
94
  theme = 'huggingface'
95
  )