sayedM commited on
Commit
cea09e7
·
1 Parent(s): 867a3b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -76,7 +76,7 @@ description_html = """
76
  <body>
77
  <h1>Tuba AI Auto-Annotation Model 🚀</h1>
78
  <h2>Saving Time, Bounding Boxes at a Time </h2>
79
- <pre>
80
  <h2>Introduction</h2>
81
  <p>Welcome to the world of DevisionX, where AI meets vision to revolutionize annotation. Our mission is to make computer vision accessible to all, and this README is your gateway to understanding how our auto-annotation model can change the way you work.</p>
82
 
@@ -104,9 +104,10 @@ description_html = """
104
  <p>DevisionX and Tuba are here to redefine the way you approach computer vision. Join us in this exciting journey, where AI meets creativity, and innovation knows no bounds.</p>
105
 
106
  <p>Get started today and be a part of the future of vision.</p>
107
- </pre>
108
  </body>
109
  </html>
 
110
  """
111
  title = "autoannotation"
112
 
 
76
  <body>
77
  <h1>Tuba AI Auto-Annotation Model 🚀</h1>
78
  <h2>Saving Time, Bounding Boxes at a Time </h2>
79
+ <xmp>
80
  <h2>Introduction</h2>
81
  <p>Welcome to the world of DevisionX, where AI meets vision to revolutionize annotation. Our mission is to make computer vision accessible to all, and this README is your gateway to understanding how our auto-annotation model can change the way you work.</p>
82
 
 
104
  <p>DevisionX and Tuba are here to redefine the way you approach computer vision. Join us in this exciting journey, where AI meets creativity, and innovation knows no bounds.</p>
105
 
106
  <p>Get started today and be a part of the future of vision.</p>
107
+ </xmp>
108
  </body>
109
  </html>
110
+
111
  """
112
  title = "autoannotation"
113