jeeva780 commited on
Commit
62d0954
·
verified ·
1 Parent(s): ea76dbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ urls = [
9
  ]
10
 
11
  # Create a 4x4 grid of iframes with no gaps
12
- columns = st.beta_columns(4)
13
 
14
  for i in range(4):
15
  with columns[i]:
 
9
  ]
10
 
11
  # Create a 4x4 grid of iframes with no gaps
12
+ columns = st.columns(4)
13
 
14
  for i in range(4):
15
  with columns[i]: