Spaces:
Runtime error
Runtime error
File size: 332 Bytes
42c1e5a 780df79 42c1e5a 780df79 42c1e5a 780df79 42c1e5a 780df79 |
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 text():
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)
""")
|