treasuremars commited on
Commit
a63e4bc
·
verified ·
1 Parent(s): 4619833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(10):
11
  context = ""
12
  for j in range(3):
13
  context += df.columns[j]
@@ -116,7 +116,7 @@ body {
116
  max-width: 800px;
117
  margin: 50px auto;
118
  padding: 20px;
119
- background: linear-gradient(145deg, #000000, #f0f0f0);
120
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
121
  border-radius: 10px;
122
  border: 1px solid #e0e0e0;
 
7
  df.dropna(inplace=True)
8
 
9
  context_data = []
10
+ for i in range(1):
11
  context = ""
12
  for j in range(3):
13
  context += df.columns[j]
 
116
  max-width: 800px;
117
  margin: 50px auto;
118
  padding: 20px;
119
+ background: linear-gradient(145deg, #f0f0f0, #000000);
120
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
121
  border-radius: 10px;
122
  border: 1px solid #e0e0e0;