nan-motherboard commited on
Commit
59b30d4
·
1 Parent(s): e69f70a
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -37,12 +37,5 @@ def stream_data():
37
  yield word + " "
38
  time.sleep(0.02)
39
 
40
- st.write_stream(stream_data)
41
-
42
-
43
-
44
-
45
-
46
-
47
  if st.button("Stream data"):
48
  st.write_stream(stream_data)
 
37
  yield word + " "
38
  time.sleep(0.02)
39
 
 
 
 
 
 
 
 
40
  if st.button("Stream data"):
41
  st.write_stream(stream_data)