Omnibus commited on
Commit
60b852f
·
verified ·
1 Parent(s): 5f4262d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -376,8 +376,8 @@ def load_html(inp,conv):
376
  html=h.read()
377
  html = html.replace("$body",f"{ht}")
378
  #html = html.replace("$title",f"{title}")
379
- html = html.replace("$title",f"{title}")
380
- html = html.replace("$user_name",f"{user_name}")
381
  h.close()
382
  return html
383
 
 
376
  html=h.read()
377
  html = html.replace("$body",f"{ht}")
378
  #html = html.replace("$title",f"{title}")
379
+ #html = html.replace("$title",f"{title}")
380
+ #html = html.replace("$user_name",f"{user_name}")
381
  h.close()
382
  return html
383