Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -978,7 +978,7 @@ next sentence is AI Town is a virtual town where AI characters live, chat and so
|
|
978 |
|
979 |
def display_website(link):
|
980 |
html = f"<iframe src='{link}' width='100%' height='1000px'></iframe>"
|
981 |
-
gr.Warning("If 404 then the space/page has probably been disabled - normally due to a better alternative")
|
982 |
return html
|
983 |
|
984 |
|
|
|
978 |
|
979 |
def display_website(link):
|
980 |
html = f"<iframe src='{link}' width='100%' height='1000px'></iframe>"
|
981 |
+
#gr.Warning("If 404 then the space/page has probably been disabled - normally due to a better alternative")
|
982 |
return html
|
983 |
|
984 |
|