Jordan Myers commited on
Commit
d7779d6
·
1 Parent(s): 340a52c

description update

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -58,7 +58,7 @@ app = gr.Interface(
58
  ],
59
  cache_examples=False,
60
  title="English / toki pona Translation",
61
- description="""
62
  # A simple English / toki pona Neural Machine Translation App!
63
 
64
  ### toki a! 💬
@@ -88,8 +88,7 @@ app = gr.Interface(
88
  the *quality of data* found on Tatoeba directly influences the perfomance of projects like this!
89
 
90
  If you wish to contribute, please simply add high quality and diverse translations to Tatoeba!
91
-
92
- """
93
  )
94
 
95
  app.launch()
 
58
  ],
59
  cache_examples=False,
60
  title="English / toki pona Translation",
61
+ description=gr.Markdown("""
62
  # A simple English / toki pona Neural Machine Translation App!
63
 
64
  ### toki a! 💬
 
88
  the *quality of data* found on Tatoeba directly influences the perfomance of projects like this!
89
 
90
  If you wish to contribute, please simply add high quality and diverse translations to Tatoeba!
91
+ """)
 
92
  )
93
 
94
  app.launch()