opencopilot / page3.py
ehristoforu's picture
Update page3.py
acf87d9 verified
raw
history blame
335 Bytes
import streamlit as st
import time
import random
import os
def details():
st.title("Home of ForgeStudio")
st.markdown("""
## About
This is modern webui for new AI types.
## How to use
In the navigate menu there is options of AI types.
### Build by [@ehristoforu](https://github.com/ehristoforu)
""")