lovodkin93 commited on
Commit
78b7911
·
verified ·
1 Parent(s): 043df00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://huggingface.co/spaces/lovodkin93/FuseReviews/tree/main/html_files/test/{html_files[page_idx]}'
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