mfoud444 commited on
Commit
d1cc5ee
·
verified ·
1 Parent(s): c48f42c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -58,8 +58,8 @@
58
  id="numComments"
59
  name="numComments"
60
  min="1"
61
- max="1000"
62
- value="500"
63
  class="w-full px-4 py-3 bg-white/10 border border-white/20 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-blue-500"
64
  >
65
  </div>
 
58
  id="numComments"
59
  name="numComments"
60
  min="1"
61
+ max="500000"
62
+ value="5000"
63
  class="w-full px-4 py-3 bg-white/10 border border-white/20 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-blue-500"
64
  >
65
  </div>