yipter commited on
Commit
d89631d
·
verified ·
1 Parent(s): 6760a7f

black text

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -162,11 +162,11 @@
162
  </div>
163
 
164
  <div class="text-center">
165
- <button id="generate-btn" class="bg-gradient-to-r from-primary to-secondary hover:from-primary-dark hover:to-secondary-dark text-white font-semibold py-4 px-12 rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:scale-105 flex items-center gap-3 mx-auto">
166
  <i data-feather="zap"></i>
167
  Generate FaceSwap
168
  </button>
169
- <p class="text-gray-500 text-sm mt-4">Processing usually takes 10-30 seconds</p>
170
  </div>
171
  </div>
172
  </div>
 
162
  </div>
163
 
164
  <div class="text-center">
165
+ <button id="generate-btn" class="bg-gradient-to-r from-primary to-secondary hover:from-primary-dark hover:to-secondary-dark text-black font-semibold py-4 px-12 rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:scale-105 flex items-center gap-3 mx-auto">
166
  <i data-feather="zap"></i>
167
  Generate FaceSwap
168
  </button>
169
+ <p class="text-gray-500 text-sm mt-4">Processing usually takes 10-30 seconds</p>
170
  </div>
171
  </div>
172
  </div>