Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ genai.configure(api_key=os.environ["GEMINI_API_KEY"])
|
|
10 |
model = genai.GenerativeModel("gemini-pro")
|
11 |
|
12 |
# Load and clean CSV
|
13 |
-
df_raw = pd.read_csv("
|
14 |
|
15 |
def preprocess_data(df):
|
16 |
def clean_duration(text):
|
|
|
10 |
model = genai.GenerativeModel("gemini-pro")
|
11 |
|
12 |
# Load and clean CSV
|
13 |
+
df_raw = pd.read_csv("assesments.csv")
|
14 |
|
15 |
def preprocess_data(df):
|
16 |
def clean_duration(text):
|