mgbam commited on
Commit
eec5f94
Β·
verified Β·
1 Parent(s): e19b30e

Create landing.py

Browse files
Files changed (1) hide show
  1. landing.py +16 -0
landing.py ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ def render_landing():
4
+ st.markdown(
5
+ """
6
+ # πŸš€ AutoExec AI
7
+ **Your Autonomous AI Business Builder**
8
+
9
+ - πŸ€– **LLM-driven** product ideas & copy
10
+ - πŸ” **Automated LoopAgent** optimizations
11
+ - πŸ“Š **Multi-Agent** orchestration
12
+ - πŸ’Ό **SaaS-ready** with billing & user login (coming soon)
13
+
14
+ [🌐 Try Live Demo](https://huggingface.co/spaces/mgbam/AICEO)
15
+ """
16
+ )