nyonyong commited on
Commit
1b2702a
1 Parent(s): adb8527

Directory fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ def HCR(im):
22
 
23
  title = "HCR"
24
  description = "[Postech X KITA] Elite Undergradute AI Strategy Program | AI Project Competition Team 2 OCR Part"
25
- article = "<p style='text-align: center'> Handwritten Text Character Recognition Task \n" \
26
- "Text Detection + Text Rearrangement + Text Recognition\n</p>" \
27
  #"For More Information\n" \
28
  #"<a href='"+ "https%3A%2F%2Fbandalcom.github.io%2F" +"'>GitBlog</a> | <a href='"+ "https%3A%2F%2Fbandalcom.github.io%2F" +"'>Source code</a></p>"
29
 
 
22
 
23
  title = "HCR"
24
  description = "[Postech X KITA] Elite Undergradute AI Strategy Program | AI Project Competition Team 2 OCR Part"
25
+ article = "<p style='text-align: center'> Handwritten Text Character Recognition Task" \
26
+ "Text Detection + Text Rearrangement + Text Recognition</p>" \
27
  #"For More Information\n" \
28
  #"<a href='"+ "https%3A%2F%2Fbandalcom.github.io%2F" +"'>GitBlog</a> | <a href='"+ "https%3A%2F%2Fbandalcom.github.io%2F" +"'>Source code</a></p>"
29