Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ def make_prediction(distance_from_home, distance_from_last_transaction,
|
|
37 |
iface = gr.Interface(
|
38 |
fn=make_prediction,
|
39 |
inputs=[
|
40 |
-
gr.Number(label="Distance from Home
|
41 |
-
gr.Number(label="Distance from Last Transaction
|
42 |
gr.Number(label="Ratio to Median Purchase Price"),
|
43 |
gr.Checkbox(label="Repeat Retailer"),
|
44 |
gr.Checkbox(label="Used Chip"),
|
|
|
37 |
iface = gr.Interface(
|
38 |
fn=make_prediction,
|
39 |
inputs=[
|
40 |
+
gr.Number(label="Distance from Home"),
|
41 |
+
gr.Number(label="Distance from Last Transaction"),
|
42 |
gr.Number(label="Ratio to Median Purchase Price"),
|
43 |
gr.Checkbox(label="Repeat Retailer"),
|
44 |
gr.Checkbox(label="Used Chip"),
|