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