rhea2809 commited on
Commit
77944ea
·
1 Parent(s): 208b87e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -6,10 +6,9 @@ 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
- with st.container():
10
- st.image(image, width = 250)
11
- st.title("RAISE AI POLICY BENCHMARK")
12
-
13
  with col1:
14
  video_file = open('Rai Nov 23 Copy 01.mp4', 'rb')
15
  video_bytes = video_file.read()
 
6
  col1, col2 = st.columns(2,gap="small")
7
  c1, c2, c3 = st.columns(3,gap="small")
8
 
9
+ st.image(image, width = 250)
10
+ st.title("RAISE AI POLICY BENCHMARK")
11
+ with st.container():
 
12
  with col1:
13
  video_file = open('Rai Nov 23 Copy 01.mp4', 'rb')
14
  video_bytes = video_file.read()