deanna-emery commited on
Commit
4b278b1
·
1 Parent(s): 53a99e5
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -98,4 +98,6 @@ gr.Interface(fn=translate,
98
  outputs="text",
99
  allow_flagging="never",
100
  title=title,
101
- examples=examples).launch()
 
 
 
98
  outputs="text",
99
  allow_flagging="never",
100
  title=title,
101
+ description=description,
102
+ examples=examples,
103
+ article=article).launch()