Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
|
@@ -200,9 +200,9 @@ with demo:
|
|
| 200 |
<td>Sample GIF 3</td>
|
| 201 |
</tr>
|
| 202 |
<tr>
|
| 203 |
-
<td><img src='https://media.giphy.com/media/IP69ha9NNIXJFqR4BI/giphy.gif' width='
|
| 204 |
-
<td><img src='https://media.giphy.com/media/YAH1yXag018HutbnfX/giphy.gif' width='
|
| 205 |
-
<td><img src='https://media.giphy.com/media/jNx9j9ENo6hQ3GnR95/giphy.gif' width='
|
| 206 |
</tr>
|
| 207 |
</table>
|
| 208 |
|
|
|
|
| 200 |
<td>Sample GIF 3</td>
|
| 201 |
</tr>
|
| 202 |
<tr>
|
| 203 |
+
<td><img src='https://media.giphy.com/media/IP69ha9NNIXJFqR4BI/giphy.gif' width='40%'></td>
|
| 204 |
+
<td><img src='https://media.giphy.com/media/YAH1yXag018HutbnfX/giphy.gif' width='40%'></td>
|
| 205 |
+
<td><img src='https://media.giphy.com/media/jNx9j9ENo6hQ3GnR95/giphy.gif' width='40%'></td>
|
| 206 |
</tr>
|
| 207 |
</table>
|
| 208 |
|