Spaces:
Sleeping
Sleeping
Add application file
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import pandas as pd
|
| 3 |
|
| 4 |
def greet(name):
|
| 5 |
-
df = pd.read_csv('
|
| 6 |
a = -1
|
| 7 |
for i in range(len(df)):
|
| 8 |
if(df['customer'].iloc[i] == name) :
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
|
| 4 |
def greet(name):
|
| 5 |
+
df = pd.read_csv('finaloutput_recommender2.csv')
|
| 6 |
a = -1
|
| 7 |
for i in range(len(df)):
|
| 8 |
if(df['customer'].iloc[i] == name) :
|