JARVISXIRONMAN commited on
Commit
e791347
Β·
verified Β·
1 Parent(s): cda7d7b

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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="StratoPilot – (AI Business Copilot)", layout="wide")
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("🧭 StratoPilot")
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">πŸš€ StratoPilot – (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 StratoPilot:")
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"),