FABLESLIP commited on
Commit
4fb0ce4
·
verified ·
1 Parent(s): d013767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1913,4 +1913,4 @@ def ui(v: Optional[str] = "", msg: Optional[str] = ""):
1913
  except Exception:
1914
  pass
1915
  html = HTML_TEMPLATE.replace("__VID__", urllib.parse.quote(vid)).replace("__MSG__", msg)
1916
- return HTMLResponse(content=html)
 
1913
  except Exception:
1914
  pass
1915
  html = HTML_TEMPLATE.replace("__VID__", urllib.parse.quote(vid)).replace("__MSG__", msg)
1916
+ return HTMLResponse(content=html)