rhea2809 commited on
Commit
d43acd0
·
verified ·
1 Parent(s): c77799a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -9
app.py CHANGED
@@ -1,21 +1,32 @@
1
  import streamlit as st
2
  from PIL import Image
3
 
4
- image = Image.open("rai_raise_main_badge_pos_102.png")
5
-
6
  st.image(image, width = 200)
7
- st.title("RAISE CORPORATE AI POLICY BENCHMARK")
8
  col1, col2 = st.columns(2,gap="small")
 
 
 
 
 
 
9
 
 
10
  with col1:
11
- video_file = open('Rai Nov 23 Copy 01.mp4', 'rb')
12
- video_bytes = video_file.read()
13
- st.video(video_bytes)
 
 
14
 
 
 
 
 
15
  with col2:
16
- video_file1 = open('Demo.mp4', 'rb')
17
- video_bytes1 = video_file1.read()
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>