Update app.py
Browse files
app.py
CHANGED
@@ -536,16 +536,3 @@ with tabs[7]:
|
|
536 |
st.subheader("AI-Driven Drug Analysis")
|
537 |
st.markdown(insights_text)
|
538 |
|
539 |
-
# -------------------------------
|
540 |
-
# SIDEBAR INFORMATION
|
541 |
-
# -------------------------------
|
542 |
-
st.sidebar.header("About")
|
543 |
-
st.sidebar.info("""
|
544 |
-
**Pharma Research Expert Platform**
|
545 |
-
|
546 |
-
An innovative, AI-driven tool for advanced drug discovery, clinical research, and regulatory analysis.
|
547 |
-
|
548 |
-
**Developed by:** Your Name
|
549 |
-
**Contact:** [[email protected]](mailto:[email protected])
|
550 |
-
Last updated: {}
|
551 |
-
""".format(datetime.now().strftime("%Y-%m-%d")))
|
|
|
536 |
st.subheader("AI-Driven Drug Analysis")
|
537 |
st.markdown(insights_text)
|
538 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|