Spaces:
Runtime error
Runtime error
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) | |
""") | |