opencopilot / page3.py
ehristoforu's picture
Update page3.py
bdc3d5d verified
raw
history blame
261 Bytes
import streamlit as st
import time
import random
import os
def details():
st.image('logo.png')
st.markdown("""
## About
This is modern webui for new AI types.
## How to use
In the navigate menu there is options of AI types.
""")