Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,9 +254,9 @@ with gr.Blocks(title="Drug Interaction Predictor") as demo:
|
|
| 254 |
|
| 255 |
# Add disclaimer
|
| 256 |
#gr.Markdown("""
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
""")
|
| 260 |
|
| 261 |
if __name__ == "__main__":
|
| 262 |
demo.launch()
|
|
|
|
| 254 |
|
| 255 |
# Add disclaimer
|
| 256 |
#gr.Markdown("""
|
| 257 |
+
#---
|
| 258 |
+
#**Disclaimer**: This tool is for educational purposes only. Always consult with healthcare professionals before making any medical decisions.
|
| 259 |
+
#""")
|
| 260 |
|
| 261 |
if __name__ == "__main__":
|
| 262 |
demo.launch()
|