AnshulS commited on
Commit
414e74a
·
verified ·
1 Parent(s): d1c9c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("assessments.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):