UCMe commited on
Commit
7d5691d
·
1 Parent(s): 97cdf01

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ def greet(sale):
7
  return df['most_likely to buy'].loc[i]
8
  return -1
9
 
10
- iface = gr.Interface(fn=sale, inputs="int", outputs="text")
11
  iface.launch()
 
7
  return df['most_likely to buy'].loc[i]
8
  return -1
9
 
10
+ iface = gr.Interface(fn=greet, inputs="int", outputs="text")
11
  iface.launch()