Spaces:
Runtime error
Runtime error
Delete page3.py
Browse files
page3.py
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
import streamlit as st
|
2 |
-
import time
|
3 |
-
import random
|
4 |
-
import os
|
5 |
-
|
6 |
-
def details():
|
7 |
-
st.image('logo.png')
|
8 |
-
st.title("ForgeStudio")
|
9 |
-
st.markdown("""
|
10 |
-
## About
|
11 |
-
This is modern webui for new AI types.
|
12 |
-
|
13 |
-
## How to use
|
14 |
-
In the navigate menu there is options of AI types.
|
15 |
-
|
16 |
-
|
17 |
-
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|