Spaces:
Runtime error
Runtime error
File size: 289 Bytes
42c1e5a e2bbf72 42c1e5a 35a49db bdc3d5d 8ebc41f e2bbf72 c6882f0 e2bbf72 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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.
""")
|