Spaces:
Sleeping
Sleeping
Add application file
Browse files
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=
|
| 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()
|