Update app.py
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ def load_html(inp,title,user_name="None"):
|
|
336 |
ht+=f"""<div class="div_box">"""
|
337 |
if blog:
|
338 |
#ht+=f"""<div class="bhead"><div><h1>$btitle</h1></div><div>$user_name</div></div>"""
|
339 |
-
ht+=f"""<pre class="bpost"><div class="bhead"><h2>$
|
340 |
if comm:
|
341 |
ht+=f"""<pre class="resp1"><div class="bhead"><div>{comm}</pre>"""
|
342 |
if repl:
|
|
|
336 |
ht+=f"""<div class="div_box">"""
|
337 |
if blog:
|
338 |
#ht+=f"""<div class="bhead"><div><h1>$btitle</h1></div><div>$user_name</div></div>"""
|
339 |
+
ht+=f"""<pre class="bpost"><div class="bhead"><h2>$title</h2><br><h5>$user_name</h5></div>{blog}</pre>"""
|
340 |
if comm:
|
341 |
ht+=f"""<pre class="resp1"><div class="bhead"><div>{comm}</pre>"""
|
342 |
if repl:
|