Update app.py
Browse files
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 |
|