Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ urls = [
|
|
| 9 |
]
|
| 10 |
|
| 11 |
# Create a 4x4 grid of iframes with no gaps
|
| 12 |
-
columns = st.
|
| 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]:
|