Sabir55 commited on
Commit
b1d4848
·
verified ·
1 Parent(s): 1f64955

Update landing_page.py

Browse files
Files changed (1) hide show
  1. landing_page.py +1 -4
landing_page.py CHANGED
@@ -1,15 +1,12 @@
1
  import streamlit as st
2
 
3
- # Page configuration
4
  st.set_page_config(page_title="Welcome", layout="centered")
5
 
6
- # Title and description
7
  st.title("Welcome to DrugSearch And MedGuide 🚀")
8
  st.markdown("Your trusted guide for medication and medical information.")
9
 
10
- # Show the image
11
  st.image("Healthcare.jpg", caption="AI for Everyone", use_container_width=True)
12
 
13
- # Button to go to main app
14
  if st.button("Get Started"):
15
  st.switch_page("main_app.py")
 
1
  import streamlit as st
2
 
 
3
  st.set_page_config(page_title="Welcome", layout="centered")
4
 
 
5
  st.title("Welcome to DrugSearch And MedGuide 🚀")
6
  st.markdown("Your trusted guide for medication and medical information.")
7
 
8
+ # CORRECT image file name
9
  st.image("Healthcare.jpg", caption="AI for Everyone", use_container_width=True)
10
 
 
11
  if st.button("Get Started"):
12
  st.switch_page("main_app.py")