LPX commited on
Commit
73a7730
·
1 Parent(s): ad7a063
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def generate_results_html(results):
240
  <h4 class="mt-4 text-sm font-semibold tracking-wide">{model_name}</h4>
241
  <div class="text-xs font-mono">Real: {real_conf:.4f}, AI: {ai_conf:.4f}</div>
242
  <div class="card-footer">
243
- <a href="https://huggingface.co/{model_path}" target="_blank" class="mt-2 text-xs tracking-wide nowrap" style="font-size:0.66rem !important;">by @{contributor}</a>
244
  </div>
245
  </div>
246
  </div>
 
240
  <h4 class="mt-4 text-sm font-semibold tracking-wide">{model_name}</h4>
241
  <div class="text-xs font-mono">Real: {real_conf:.4f}, AI: {ai_conf:.4f}</div>
242
  <div class="card-footer">
243
+ <a href="https://huggingface.co/{model_path}" target="_blank" class="mt-2 text-xs text-nowrap nowrap" style="font-size:0.66rem !important;">by @{contributor}</a>
244
  </div>
245
  </div>
246
  </div>