Omnibus commited on
Commit
2138435
·
verified ·
1 Parent(s): 9d76cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>$btitle</h2><br><h5>$buser_name</h5><div>{blog}</pre>"""
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: