georad commited on
Commit
7ae6dbe
·
verified ·
1 Parent(s): efb2516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,4 +19,5 @@ if __name__ == "__main__":
19
  st.write(f"Settings: Scrollable content line {i+1}")
20
 
21
  nest_asyncio.apply()
 
22
  #asyncio.run(main())
 
19
  st.write(f"Settings: Scrollable content line {i+1}")
20
 
21
  nest_asyncio.apply()
22
+ sys.stdout.flush()
23
  #asyncio.run(main())