KwabsHug commited on
Commit
35cf174
1 Parent(s): 7c11c8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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