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) | |
""" | |
) |