Update app.py
Browse files
app.py
CHANGED
@@ -637,15 +637,3 @@ with tabs[5]:
|
|
637 |
except Exception as e:
|
638 |
st.error(f"Error generating network graph: {e}")
|
639 |
|
640 |
-
# -----------------------------
|
641 |
-
# Sidebar Information
|
642 |
-
# -----------------------------
|
643 |
-
st.sidebar.header("About")
|
644 |
-
st.sidebar.info("""
|
645 |
-
**Pharma Research Expert Platform**
|
646 |
-
|
647 |
-
An integrated tool for drug discovery, clinical research, and regulatory affairs.
|
648 |
-
|
649 |
-
**Developed by:** Your Name
|
650 |
-
**Contact:** [[email protected]](mailto:[email protected])
|
651 |
-
""")
|
|
|
637 |
except Exception as e:
|
638 |
st.error(f"Error generating network graph: {e}")
|
639 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|