Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,12 +3,11 @@ from PIL import Image
|
|
3 |
|
4 |
image = Image.open("rai_raise_main_badge_pos_102.png")
|
5 |
|
6 |
-
col1, col2 = st.columns(2,gap="small")
|
7 |
-
c1, c2, c3 = st.columns(3,gap="small")
|
8 |
|
9 |
title_container = st.container()
|
10 |
title_container.image(image, width = 200)
|
11 |
title_container.title("RAISE CORPORATE AI POLICY BENCHMARK")
|
|
|
12 |
|
13 |
with col1:
|
14 |
video_file = open('Rai Nov 23 Copy 01.mp4', 'rb')
|
|
|
3 |
|
4 |
image = Image.open("rai_raise_main_badge_pos_102.png")
|
5 |
|
|
|
|
|
6 |
|
7 |
title_container = st.container()
|
8 |
title_container.image(image, width = 200)
|
9 |
title_container.title("RAISE CORPORATE AI POLICY BENCHMARK")
|
10 |
+
col1, col2 = st.columns(2,gap="small")
|
11 |
|
12 |
with col1:
|
13 |
video_file = open('Rai Nov 23 Copy 01.mp4', 'rb')
|