treasuremars commited on
Commit
7c39edc
·
verified ·
1 Parent(s): f716764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ df = df[['drug_name', 'medical_condition', 'side_effects']]
7
  df.dropna(inplace=True)
8
 
9
  context_data = []
10
- for i in range(len(df)):
11
  context = ""
12
  for j in range(3):
13
  context += df.columns[j]
 
7
  df.dropna(inplace=True)
8
 
9
  context_data = []
10
+ for i in range(500):
11
  context = ""
12
  for j in range(3):
13
  context += df.columns[j]