Spaces:
Sleeping
Sleeping
Create app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from components import canvas_chat, plan_generator, validator, decision_engine,
|
|
| 6 |
from dotenv import load_dotenv
|
| 7 |
|
| 8 |
load_dotenv()
|
| 9 |
-
st.set_page_config(page_title="
|
| 10 |
|
| 11 |
# === Global Styling & Animations ===
|
| 12 |
st.markdown("""
|
|
@@ -75,7 +75,7 @@ st.markdown("""
|
|
| 75 |
""", unsafe_allow_html=True)
|
| 76 |
|
| 77 |
# === Sidebar Navigation ===
|
| 78 |
-
st.sidebar.title("π§
|
| 79 |
st.sidebar.markdown("Automate your business strategy with AI π€")
|
| 80 |
|
| 81 |
page = st.sidebar.radio("π Navigate", [
|
|
@@ -94,12 +94,12 @@ if page == "π Home":
|
|
| 94 |
st.markdown('<div class="fade-container">', unsafe_allow_html=True)
|
| 95 |
|
| 96 |
st.markdown("""
|
| 97 |
-
<div class="hero-title">π
|
| 98 |
<div class="tagline">Build smart business plans, strategies, and insights with zero guesswork.</div>
|
| 99 |
""", unsafe_allow_html=True)
|
| 100 |
|
| 101 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 102 |
-
st.markdown("## π What You Can Do with
|
| 103 |
|
| 104 |
features = [
|
| 105 |
("π€ Upload Documents", "Upload PDFs or Drive link for business data"),
|
|
|
|
| 6 |
from dotenv import load_dotenv
|
| 7 |
|
| 8 |
load_dotenv()
|
| 9 |
+
st.set_page_config(page_title="StartoPilot β (AI Business Copilot)", layout="wide")
|
| 10 |
|
| 11 |
# === Global Styling & Animations ===
|
| 12 |
st.markdown("""
|
|
|
|
| 75 |
""", unsafe_allow_html=True)
|
| 76 |
|
| 77 |
# === Sidebar Navigation ===
|
| 78 |
+
st.sidebar.title("π§ StartoPilot")
|
| 79 |
st.sidebar.markdown("Automate your business strategy with AI π€")
|
| 80 |
|
| 81 |
page = st.sidebar.radio("π Navigate", [
|
|
|
|
| 94 |
st.markdown('<div class="fade-container">', unsafe_allow_html=True)
|
| 95 |
|
| 96 |
st.markdown("""
|
| 97 |
+
<div class="hero-title">π StartoPilot β (Your AI Business Copilot)</div>
|
| 98 |
<div class="tagline">Build smart business plans, strategies, and insights with zero guesswork.</div>
|
| 99 |
""", unsafe_allow_html=True)
|
| 100 |
|
| 101 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 102 |
+
st.markdown("## π What You Can Do with StartoPilot:")
|
| 103 |
|
| 104 |
features = [
|
| 105 |
("π€ Upload Documents", "Upload PDFs or Drive link for business data"),
|