Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,21 +1,32 @@
|
|
1 |
import streamlit as st
|
2 |
from PIL import Image
|
3 |
|
4 |
-
image = Image.open("
|
5 |
-
|
6 |
st.image(image, width = 200)
|
7 |
-
|
8 |
col1, col2 = st.columns(2,gap="small")
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
|
|
10 |
with col1:
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
14 |
|
|
|
|
|
|
|
|
|
15 |
with col2:
|
16 |
-
|
17 |
-
|
18 |
-
st.video(video_bytes1)
|
19 |
|
20 |
change_link_color = """
|
21 |
<style>
|
|
|
1 |
import streamlit as st
|
2 |
from PIL import Image
|
3 |
|
4 |
+
image = Image.open("RAII.png")
|
|
|
5 |
st.image(image, width = 200)
|
6 |
+
|
7 |
col1, col2 = st.columns(2,gap="small")
|
8 |
+
with col1:
|
9 |
+
image = Image.open("RAII.png")
|
10 |
+
st.image(image, width = 200)
|
11 |
+
with col2:
|
12 |
+
image = Image.open("RAII.png")
|
13 |
+
st.image(image, width = 200)
|
14 |
|
15 |
+
col1, col2 = st.columns(2,gap="small")
|
16 |
with col1:
|
17 |
+
image = Image.open("RAII.png")
|
18 |
+
st.image(image, width = 200)
|
19 |
+
with col2:
|
20 |
+
image = Image.open("RAII.png")
|
21 |
+
st.image(image, width = 200)
|
22 |
|
23 |
+
col1, col2 = st.columns(2,gap="small")
|
24 |
+
with col1:
|
25 |
+
image = Image.open("RAII.png")
|
26 |
+
st.image(image, width = 200)
|
27 |
with col2:
|
28 |
+
image = Image.open("RAII.png")
|
29 |
+
st.image(image, width = 200)
|
|
|
30 |
|
31 |
change_link_color = """
|
32 |
<style>
|