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