sayanAIAI commited on
Commit
72c1e04
·
verified ·
1 Parent(s): d2ec2e2

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +6 -2
templates/index.html CHANGED
@@ -93,10 +93,14 @@
93
  <br />
94
  <button type="submit" id="summarize-btn">Summarize</button>
95
  </form>
96
-
97
- <div id="error-box" style="display:none; background:#ffe0e0; color:#a00; padding:10px; border-radius:5px; margin-top:10px;"></div>
98
 
 
 
 
 
 
99
 
 
100
  <div id="summary" class="summary-container" style="display:none;">
101
  <button id="copy-btn">Copy</button>
102
  <h2>Summary:</h2>
 
93
  <br />
94
  <button type="submit" id="summarize-btn">Summarize</button>
95
  </form>
 
 
96
 
97
+ <!-- Loader Spinner -->
98
+ <div id="loader"></div>
99
+
100
+ <!-- Error Message -->
101
+ <div id="error-box" style="display:none; background:#ffe0e0; color:#a00; padding:10px; border-radius:5px; margin-top:10px;"></div>
102
 
103
+ <!-- Summary Output -->
104
  <div id="summary" class="summary-container" style="display:none;">
105
  <button id="copy-btn">Copy</button>
106
  <h2>Summary:</h2>