Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -37,12 +37,6 @@ 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
 
41
  if st.button("Stream data"):
42
  st.write_stream(stream_data)