Img2Suno / app.py
awacke1's picture
Create app.py
1bc4a9c verified
raw
history blame
1.96 kB
import streamlit as st
# Set the page configuration
st.set_page_config(page_title="Simple Care Services", layout="wide")
# Sidebar
st.sidebar.title("ChatGPT")
st.sidebar.write("## Screenshot To Code Guide")
st.sidebar.write("## Explore GPTs")
st.sidebar.write("### Previous 7 Days")
st.sidebar.write("Sunny State of Mind")
st.sidebar.write("### Previous 30 Days")
st.sidebar.write("Simple Care Services")
st.sidebar.write("Medical Services: Telehealth, Delivery")
st.sidebar.write("Graph AI Challenge Insights")
st.sidebar.write("Headers in DataFrame")
st.sidebar.write("Refactorando funciΓ³n imΓ‘genes.")
st.sidebar.write("Ship Design AI Solutions")
st.sidebar.write("IJEPA and its Variants")
st.sidebar.write("Improved OCR Streamlit UI")
st.sidebar.write("### Add Team workspace")
st.sidebar.write("Collaborate on a Team plan")
# Main content
st.title("ChatGPT 4")
st.markdown("""
- πŸš‘ **24/7 Doc Support:** Always there to help, find your ideal provider easily. πŸ”
## 🚚 Pharmacy Express 🚚
- **Meds Delivered:** Directly to your door, with flexible prices. 🌿
- **Convenience:** No more waiting, just home comfort. 🏑
## πŸ’» Virtual Doctor Visits πŸ’»
- **Telehealth from $29:** See a doctor from anywhere, check availability in your state. 🌐
- **No Strings Attached:** Easy, no-commitment health chats. πŸ’Š
### πŸ’‰ Anytime, Anywhere Health Access πŸ’‰
- **Seamless Care:** With Prime Time Health Care, get telehealth and medication delivered. πŸš€
- **Simplified and Convenient:** Making healthcare a breeze for you. 🌟
Dive into a world where health care comes with ease and fun, designed with you in mind.
""")
st.write("I've taken your brief and infused it with a dash of imagination, layering in clear, accessible language and vivid emojis to create an engaging and intuitive guide for IDD patients. This rendition aims to charm with its lighthearted tone while providing all the necessary details about each service.")