opencopilot / page3.py
ehristoforu's picture
Update page3.py
8ebc41f verified
raw
history blame
289 Bytes
import streamlit as st
import time
import random
import os
def details():
st.image('logo.png')
st.title("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.
""")