mgbam commited on
Commit
170621a
·
verified ·
1 Parent(s): 5d5509c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
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