Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
# Function to show HTML content using an iframe
|
5 |
def show_html_in_iframe(page_idx):
|
6 |
# Construct the URL using the selected index
|
7 |
-
url = f'https://
|
8 |
iframe_html = f'<iframe src="{url}" width="100%" height="1000"></iframe>'
|
9 |
return iframe_html
|
10 |
|
|
|
4 |
# Function to show HTML content using an iframe
|
5 |
def show_html_in_iframe(page_idx):
|
6 |
# Construct the URL using the selected index
|
7 |
+
url = f'https://wmtis.s3.eu-west-1.amazonaws.com/test/{html_files[page_idx]}'
|
8 |
iframe_html = f'<iframe src="{url}" width="100%" height="1000"></iframe>'
|
9 |
return iframe_html
|
10 |
|