Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +4 -0
templates/index.html
CHANGED
|
@@ -30,6 +30,10 @@
|
|
| 30 |
<div class="loader-container" id="loader">
|
| 31 |
<div class="spinner"></div>
|
| 32 |
<p id="loading-text">Analyzing your bad life choices...</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
</div>
|
| 34 |
|
| 35 |
<div id="results-area" class="hidden">
|
|
|
|
| 30 |
<div class="loader-container" id="loader">
|
| 31 |
<div class="spinner"></div>
|
| 32 |
<p id="loading-text">Analyzing your bad life choices...</p>
|
| 33 |
+
<p style="color: #8b949e; font-size: 0.85rem; margin-top: 10px;">
|
| 34 |
+
⚠️ Note: This runs on a CPU instance.<br>
|
| 35 |
+
Generation takes <b>3-4 minutes</b>. Please don't close the tab!
|
| 36 |
+
</p>
|
| 37 |
</div>
|
| 38 |
|
| 39 |
<div id="results-area" class="hidden">
|