Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ article = """
|
|
113 |
</p>
|
114 |
</div>
|
115 |
|
116 |
-
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
|
117 |
<p style="font-size: 0.8em;margin-bottom: 4px;">You may also like: </p>
|
118 |
<div id="may-like" style="display:flex;flex-wrap: wrap;align-items:center; justify-content: center;height:20px;">
|
119 |
<svg height="20" width="200" style="margin-left:4px;margin-bottom: 6px;">
|
|
|
113 |
</p>
|
114 |
</div>
|
115 |
|
116 |
+
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;margin-bottom: 30px;">
|
117 |
<p style="font-size: 0.8em;margin-bottom: 4px;">You may also like: </p>
|
118 |
<div id="may-like" style="display:flex;flex-wrap: wrap;align-items:center; justify-content: center;height:20px;">
|
119 |
<svg height="20" width="200" style="margin-left:4px;margin-bottom: 6px;">
|