JKrishnanandhaa commited on
Commit
d6504fa
·
verified ·
1 Parent(s): aac03ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -719,9 +719,9 @@ with gr.Blocks(css=custom_css) as demo:
719
  """
720
  <div style='padding:16px; border:1px solid #ccc; border-radius:8px; background:var(--background-fill-primary);'>
721
  <p style='margin-top:0;'><b>Supported formats:</b></p>
722
- <ul style='margin:8px 0; padding-left:20px;'>
723
- <li>Images: JPG, PNG, BMP, TIFF, WebP</li>
724
- <li>PDF: First page analyzed</li>
725
  </ul>
726
 
727
  <p style='margin-bottom:4px;'><b>Forgery types:</b></p>
 
719
  """
720
  <div style='padding:16px; border:1px solid #ccc; border-radius:8px; background:var(--background-fill-primary);'>
721
  <p style='margin-top:0;'><b>Supported formats:</b></p>
722
+ <ul style='margin:8px 0; padding-left:20px; list-style-type: disc; font-size: 16px;'>
723
+ <li style='margin-bottom: 6px;'>Images: JPG, PNG, BMP, TIFF, WebP</li>
724
+ <li style='margin-bottom: 6px;'>PDF: First page analyzed</li>
725
  </ul>
726
 
727
  <p style='margin-bottom:4px;'><b>Forgery types:</b></p>