Update app.py
Browse files
app.py
CHANGED
@@ -707,15 +707,4 @@ with tabs[6]:
|
|
707 |
else:
|
708 |
st.write("No RxClass data found for the given drug.")
|
709 |
|
710 |
-
# -----------------------------
|
711 |
-
# Sidebar Information
|
712 |
-
# -----------------------------
|
713 |
-
st.sidebar.header("About")
|
714 |
-
st.sidebar.info("""
|
715 |
-
**Pharma Research Expert Platform**
|
716 |
-
|
717 |
-
An integrated tool for drug discovery, clinical research, and regulatory affairs.
|
718 |
|
719 |
-
**Developed by:** Your Name
|
720 |
-
**Contact:** [[email protected]](mailto:[email protected])
|
721 |
-
""")
|
|
|
707 |
else:
|
708 |
st.write("No RxClass data found for the given drug.")
|
709 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
710 |
|
|
|
|
|
|