jeeva780 commited on
Commit
2ff317f
·
verified ·
1 Parent(s): 03b11bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,7 +13,7 @@ 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" frameborder="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>'
@@ -21,8 +21,8 @@ with col2:
21
 
22
  col3,col4 = st.columns(2,gap ="small")
23
  with col3:
24
- iframe_code = f'<iframe src="{urls[2]}" width="100%" height="400" 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="100%" height="400" 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="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>'
 
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)