Gigishot commited on
Commit
a9fb58c
·
verified ·
1 Parent(s): 59e75a0

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +11 -3
templates/index.html CHANGED
@@ -298,9 +298,17 @@
298
  <div class="loading-text">AI is crafting your blog post...</div>
299
  </div>
300
 
301
- {% if error %}
302
- <div class="output-card" style="border-left:4px solid #ff4d6d;">
303
- {{ error }}
 
 
 
 
 
 
 
 
304
  </div>
305
  {% endif %}
306
 
 
298
  <div class="loading-text">AI is crafting your blog post...</div>
299
  </div>
300
 
301
+ {% if paragraph %}
302
+ <div class="output-card">
303
+ <pre style="
304
+ white-space: pre-wrap;
305
+ font-family: 'Inter', sans-serif;
306
+ background: transparent;
307
+ border: none;
308
+ color: #2d2d4e;
309
+ line-height: 1.8;
310
+ font-size: 15px;
311
+ ">{{ paragraph }}</pre>
312
  </div>
313
  {% endif %}
314