m8chaa's picture
Rename Home.py to app.py
dbf1414 verified
raw
history blame contribute delete
No virus
533 Bytes
import streamlit as st
st.set_page_config(
page_title="FullstackGPT Home",
page_icon="πŸ€–",
)
st.markdown(
"""
# Welcome to QUUS AI projects!
Here are the apps we proudly present:
- [x] [πŸ“ƒ Document AI](/DocumentAI)
- [x] [πŸ”’ Local AI](/LocalAI)
- [x] [❓ Quiz AI](/QuizAI)
- [x] [πŸ–₯️ Crawling AI](/CrawlingAI_)
- [x] [πŸ–₯️ Crawling AI for Moyo](/CrawlingAI_for_Moyo)
- [x] [πŸ’Ό Meeting AI](/MeetingAI)
- [x] [πŸ“ˆ Investor AI](/InvestorAI)
- [x] [πŸ“ˆ Nokcci AI](/Nokcci)
"""
)