ehristoforu commited on
Commit
e7a64ff
·
verified ·
1 Parent(s): f19439e

Delete page5.py

Browse files
Files changed (1) hide show
  1. page5.py +0 -17
page5.py DELETED
@@ -1,17 +0,0 @@
1
- import streamlit as st
2
- import streamlit.components.v1 as components
3
- import time
4
- import random
5
- import os
6
-
7
- def a1111():
8
- st.title("AUTOMATIC1111")
9
- components.html("""
10
- <iframe
11
- src="https://camenduru-com-webui-docker.hf.space"
12
- frameborder="0"
13
- width="100%"
14
- height="100%"
15
- ></iframe>
16
-
17
- """, height=768)