Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,15 +6,15 @@ image = Image.open("rai_raise_main_badge_pos_102.png")
|
|
6 |
col1, col2 = st.columns(2,gap="small")
|
7 |
c1, c2, c3 = st.columns(3,gap="small")
|
8 |
|
9 |
-
st.image(image, width =
|
10 |
-
st.title("RAISE AI POLICY BENCHMARK")
|
11 |
-
|
12 |
-
|
13 |
video_file = open('Rai Nov 23 Copy 01.mp4', 'rb')
|
14 |
video_bytes = video_file.read()
|
15 |
st.video(video_bytes)
|
16 |
|
17 |
-
|
18 |
video_file1 = open('Demo.mp4', 'rb')
|
19 |
video_bytes1 = video_file1.read()
|
20 |
st.video(video_bytes1)
|
|
|
6 |
col1, col2 = st.columns(2,gap="small")
|
7 |
c1, c2, c3 = st.columns(3,gap="small")
|
8 |
|
9 |
+
st.image(image, width = 200)
|
10 |
+
st.title("RAISE CORPORATE AI POLICY BENCHMARK")
|
11 |
+
|
12 |
+
with col1:
|
13 |
video_file = open('Rai Nov 23 Copy 01.mp4', 'rb')
|
14 |
video_bytes = video_file.read()
|
15 |
st.video(video_bytes)
|
16 |
|
17 |
+
with col2:
|
18 |
video_file1 = open('Demo.mp4', 'rb')
|
19 |
video_bytes1 = video_file1.read()
|
20 |
st.video(video_bytes1)
|