SinaAhmadi commited on
Commit
7a9e350
1 Parent(s): 0b6e630

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -95,10 +95,12 @@ def normalize(text, language_script):
95
  return hypotheses[0]
96
 
97
  title = """
 
 
98
  <div align="center">
99
  <img src="https://raw.githubusercontent.com/sinaahmadi/ScriptNormalization/b80b8fd9e3b77d0e58443ebd506c42173486f9a6/Perso-Arabic_scripts.jpg" alt="Perso-Arabic scripts used by the target languages in our paper" width="400">
100
  </div>
101
- <center><strong><font size='8'>Script Normalization for Unconventional Writing<font></strong></center>
102
  <h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
103
  [<a href="https://sinaahmadi.github.io/docs/articles/ahmadi2023acl.pdf" style="color:blue;">Paper (ACL 2023)</a>]
104
  [<a href="https://sinaahmadi.github.io/docs/slides/ahmadi2023acl_slides.pdf" style="color:blue;">Slides</a>]
 
95
  return hypotheses[0]
96
 
97
  title = """
98
+ <center><strong><font size='8'>Script Normalization for Unconventional Writing<font></strong></center>
99
+
100
  <div align="center">
101
  <img src="https://raw.githubusercontent.com/sinaahmadi/ScriptNormalization/b80b8fd9e3b77d0e58443ebd506c42173486f9a6/Perso-Arabic_scripts.jpg" alt="Perso-Arabic scripts used by the target languages in our paper" width="400">
102
  </div>
103
+
104
  <h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
105
  [<a href="https://sinaahmadi.github.io/docs/articles/ahmadi2023acl.pdf" style="color:blue;">Paper (ACL 2023)</a>]
106
  [<a href="https://sinaahmadi.github.io/docs/slides/ahmadi2023acl_slides.pdf" style="color:blue;">Slides</a>]