akhaliq HF staff commited on
Commit
13ff89e
·
verified ·
1 Parent(s): 08cb833

authors instead of by

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,7 +63,8 @@ class PaperManager:
63
  <tr>
64
  <td colspan="1"></td>
65
  <td class="subtext">
66
- <span class="score">{upvotes} upvotes</span> by {authors} | {time_ago} | <a href="#">{comments} comments</a>
 
67
  </td>
68
  </tr>
69
  <tr style="height:5px"></tr>
 
63
  <tr>
64
  <td colspan="1"></td>
65
  <td class="subtext">
66
+ <span class="score">{upvotes} upvotes</span><br>
67
+ authors: {authors} | {time_ago} | <a href="#">{comments} comments</a>
68
  </td>
69
  </tr>
70
  <tr style="height:5px"></tr>