KwabsHug commited on
Commit
7c11c8c
·
1 Parent(s): fcd3157

Update app.py

Browse files

gr.Info not Working so gr.Warning

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.Info("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