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://attacker-exploiting-everyone-testingspace.static.hf.space/index.html"
|
| 7 |
style="width: 100%; height: 100vh; border: none;"></iframe>
|
| 8 |
'''
|
| 9 |
return iframe_code
|