peterpull commited on
Commit
d4bb298
·
1 Parent(s): 7523ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -126,7 +126,7 @@ iface = Interface(
126
  outputs="text",
127
  title=title,
128
  description=description,
129
- examples=examples
130
- article=about)
131
 
132
  iface.launch()
 
126
  outputs="text",
127
  title=title,
128
  description=description,
129
+ article=about,
130
+ examples=examples)
131
 
132
  iface.launch()