Spaces:
Running
Running
Commit
·
34502b1
1
Parent(s):
7733a26
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -139,7 +139,7 @@
|
|
139 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
140 |
<div class="flex-container">
|
141 |
<div id="feed-div">
|
142 |
-
<img id="feed" class="feed" src="" />
|
143 |
</div>
|
144 |
|
145 |
<div class="info">
|
|
|
139 |
<h1 id="country" style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50; margin-bottom: 3%;"> searching...</h1>
|
140 |
<div class="flex-container">
|
141 |
<div id="feed-div">
|
142 |
+
<img id="feed" class="feed" src="{{ url_for('static', filename='loading.gif') }}" />
|
143 |
</div>
|
144 |
|
145 |
<div class="info">
|