Spaces:
Running
Running
File size: 392 Bytes
ff27d1f |
1 2 3 4 5 6 7 8 9 10 11 |
import streamlit as st
def show_home_page():
st.title("Welcome to CodeCraft GPT!")
st.write("This is the home page.")
st.markdown("""
CodeCraft GPT is an all-in-one platform designed for AI/ML developers.
It offers a set of mini-apps for code documentation, optimization, refactoring,
style checking, testing, language translation, and database interaction.
""") |