File size: 468 Bytes
eec5f94 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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)
"""
) |