AICEO / landing.py
mgbam's picture
Create landing.py
eec5f94 verified
raw
history blame
468 Bytes
import streamlit as st
def render_landing():
st.markdown(
"""
# πŸš€ AutoExec AI
**Your Autonomous AI Business Builder**
- πŸ€– **LLM-driven** product ideas & copy
- πŸ” **Automated LoopAgent** optimizations
- πŸ“Š **Multi-Agent** orchestration
- πŸ’Ό **SaaS-ready** with billing & user login (coming soon)
[🌐 Try Live Demo](https://huggingface.co/spaces/mgbam/AICEO)
"""
)