Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
| 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://images.ctfassets.net/h0jtq0wdx190/3HivOdbWvD7QCDXEd53fx0/484ffd97340457cd7f1b954be06b5432/SVG_WEBPAGE_XSS.svg"
|
| 7 |
style="width: 100%; height: 100vh; border: none;"></iframe>
|
| 8 |
'''
|
| 9 |
return iframe_code
|