yugamj commited on
Commit
603c2bd
1 Parent(s): 4e7a23e

added image formatting back

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ project_details_HTML = '''<!DOCTYPE html>
86
  </p>
87
 
88
  <figure>
89
- <img src="https://huggingface.co/spaces/yugamj/AI_text_detector_01/resolve/main/model.png" alt="AI text detection model Architecture">
90
  <figcaption>Fig: AI text detection model Architecture</figcaption>
91
  </figure>
92
 
 
86
  </p>
87
 
88
  <figure>
89
+ <img src="https://huggingface.co/spaces/yugamj/AI_text_detector_01/resolve/main/model.png" alt="AI text detection model Architecture" style="width: 444.74px; height: 664.50px; border: 2.67px solid #000000; margin-left: 0.00px; margin-top: 0.00px; transform: rotate(0.00rad) translateZ(0px); -webkit-transform: rotate(0.00rad) translateZ(0px);">>
90
  <figcaption>Fig: AI text detection model Architecture</figcaption>
91
  </figure>
92