Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
| 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)}"
|