Arcypojeb commited on
Commit
cc4bc20
1 Parent(s): a88949f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import streamlit as st
2
 
3
  servers = {}
@@ -52,9 +53,14 @@ with row1_col1:
52
  st.image("https://i.postimg.cc/gk0LXT5p/earth6.gif")
53
  st.image("https://i.postimg.cc/kM2d2NcZ/movie-18.gif")
54
  st.image("https://i.postimg.cc/8z5ccf7z/Screenshot-2022-03-02-21-27-22-566-com-google-android-youtube.jpg")
55
- st.image("https://i.postimg.cc/T1sdWCL2/pyth.png")
 
56
 
57
  with row1_col2:
58
  st.image("https://i.postimg.cc/X7nw1tFT/Neural-GPT.gif")
59
  st.image("https://i.postimg.cc/qBwpKMVh/brain-cell-galaxy.jpg")
60
- st.image("https://i.postimg.cc/YqvTSppw/dh.gif")
 
 
 
 
 
1
+ import asyncio
2
  import streamlit as st
3
 
4
  servers = {}
 
53
  st.image("https://i.postimg.cc/gk0LXT5p/earth6.gif")
54
  st.image("https://i.postimg.cc/kM2d2NcZ/movie-18.gif")
55
  st.image("https://i.postimg.cc/8z5ccf7z/Screenshot-2022-03-02-21-27-22-566-com-google-android-youtube.jpg")
56
+ st.image("https://i.postimg.cc/YqvTSppw/dh.gif")
57
+ st.image("https://i.postimg.cc/7PdxPGhr/bandicam-2018-11-13-04-33-29-245.jpg")
58
 
59
  with row1_col2:
60
  st.image("https://i.postimg.cc/X7nw1tFT/Neural-GPT.gif")
61
  st.image("https://i.postimg.cc/qBwpKMVh/brain-cell-galaxy.jpg")
62
+ st.image("https://i.postimg.cc/T1sdWCL2/pyth.png")
63
+ st.image("https://i.postimg.cc/L8T5s9Gk/bandicam2023-02-0323-10-40-545-ezgif-com-speed.gif")
64
+ st.image("https://i.postimg.cc/rF5zvCJP/clocks5.gif")
65
+
66
+ asyncio.run(main())