mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-03-12 21:44:52 +00:00
up
This commit is contained in:
parent
cb8ab0ccb9
commit
9b843f6c03
@ -1,4 +1,5 @@
|
|||||||
import streamlit as st
|
import streamlit as st
|
||||||
|
import streamlit.components.v1 as components
|
||||||
|
|
||||||
from os import walk
|
from os import walk
|
||||||
from time import sleep
|
from time import sleep
|
||||||
@ -11,7 +12,6 @@ our_port = argv[1]
|
|||||||
|
|
||||||
st.title('jetwork')
|
st.title('jetwork')
|
||||||
|
|
||||||
# st.empty()
|
|
||||||
ph = st.empty()
|
ph = st.empty()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
@ -40,9 +40,4 @@ while True:
|
|||||||
|
|
||||||
sleep(3)
|
sleep(3)
|
||||||
ph.empty()
|
ph.empty()
|
||||||
#st.empty()
|
|
||||||
st.rerun()
|
st.rerun()
|
||||||
|
|
||||||
#while True:
|
|
||||||
# sleep(3)
|
|
||||||
# st.rerun()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user