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