Update app.py
Browse files
app.py
CHANGED
|
@@ -3,10 +3,10 @@ st.set_page_config(layout="wide")
|
|
| 3 |
|
| 4 |
# Define URLs
|
| 5 |
urls = [
|
| 6 |
-
"https://
|
| 7 |
-
"https://
|
| 8 |
-
"https://
|
| 9 |
-
"https://
|
| 10 |
]
|
| 11 |
|
| 12 |
# Create a 4x4 grid of iframes with no gaps
|
|
|
|
| 3 |
|
| 4 |
# Define URLs
|
| 5 |
urls = [
|
| 6 |
+
"https://jeeva780-screener-1min.hf.space",
|
| 7 |
+
"https://jeeva780-screener-5min.hf.space",
|
| 8 |
+
"https://jeeva780-screener-15min.hf.space",
|
| 9 |
+
"https://jeeva780-screener-30min.hf.space"
|
| 10 |
]
|
| 11 |
|
| 12 |
# Create a 4x4 grid of iframes with no gaps
|