Fredaaaaaa commited on
Commit
3de2931
·
verified ·
1 Parent(s): ddbb9dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def predict_interaction(drug_names):
146
  found_drugs.add(d2)
147
 
148
  print(f"Not found. Available drugs: {sorted(list(found_drugs))[:20]}...")
149
- return f"Severity: Moderate - ({drug1}, {drug2} not found in dataset)"
150
 
151
  except Exception as e:
152
  return f"Error: {str(e)}"
 
146
  found_drugs.add(d2)
147
 
148
  print(f"Not found. Available drugs: {sorted(list(found_drugs))[:20]}...")
149
+ return f" Moderate "
150
 
151
  except Exception as e:
152
  return f"Error: {str(e)}"