Jofthomas commited on
Commit
0bbc3e7
·
verified ·
1 Parent(s): 0836dff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def display_iframe():
51
  # Read the URL from the environment variable 'IFRAME_URL'
52
  # os.getenv returns None if the variable isn't set
53
  url_from_env = os.getenv('IFRAME_URL')
54
-
55
  # Pass the URL to the template rendering function
56
  # Flask's render_template_string automatically handles basic HTML escaping
57
  # for security if used directly in text, but here it's okay for the src attribute.
 
51
  # Read the URL from the environment variable 'IFRAME_URL'
52
  # os.getenv returns None if the variable isn't set
53
  url_from_env = os.getenv('IFRAME_URL')
54
+ print(url_from_env)
55
  # Pass the URL to the template rendering function
56
  # Flask's render_template_string automatically handles basic HTML escaping
57
  # for security if used directly in text, but here it's okay for the src attribute.