ehristoforu commited on
Commit
9135080
·
verified ·
1 Parent(s): cd5eb98

Delete page3.py

Browse files
Files changed (1) hide show
  1. page3.py +0 -17
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
- """)