jeeva780 commited on
Commit
0a5e655
·
verified ·
1 Parent(s): 2ff317f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,16 +13,16 @@ urls = [
13
  col1,col2 = st.columns(2,gap ="small")
14
 
15
  with col1:
16
- iframe_code = f'<iframe src="{urls[0]}" width="850" height="450" style="border:0;"></iframe>'
17
  st.markdown(iframe_code, unsafe_allow_html=True)
18
  with col2:
19
- iframe_code = f'<iframe src="{urls[1]}" width="850" height="450" style="border:0;"></iframe>'
20
  st.markdown(iframe_code, unsafe_allow_html=True)
21
 
22
  col3,col4 = st.columns(2,gap ="small")
23
  with col3:
24
- iframe_code = f'<iframe src="{urls[2]}" width="850" height="450" style="border:0;"></iframe>'
25
  st.markdown(iframe_code, unsafe_allow_html=True)
26
  with col4:
27
- iframe_code = f'<iframe src="{urls[3]}" width="850" height="450" style="border:0;"></iframe>'
28
  st.markdown(iframe_code, unsafe_allow_html=True)
 
13
  col1,col2 = st.columns(2,gap ="small")
14
 
15
  with col1:
16
+ iframe_code = f'<iframe src="{urls[0]}" width="700" height="350" style="border:0;"></iframe>'
17
  st.markdown(iframe_code, unsafe_allow_html=True)
18
  with col2:
19
+ iframe_code = f'<iframe src="{urls[1]}" width="700" height="350" style="border:0;"></iframe>'
20
  st.markdown(iframe_code, unsafe_allow_html=True)
21
 
22
  col3,col4 = st.columns(2,gap ="small")
23
  with col3:
24
+ iframe_code = f'<iframe src="{urls[2]}" width="700" height="350" style="border:0;"></iframe>'
25
  st.markdown(iframe_code, unsafe_allow_html=True)
26
  with col4:
27
+ iframe_code = f'<iframe src="{urls[3]}" width="700" height="350" style="border:0;"></iframe>'
28
  st.markdown(iframe_code, unsafe_allow_html=True)