pclarke commited on
Commit
2768781
·
1 Parent(s): cd70acf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  ),
54
  "state",
55
  ],
56
- titel=TITLE,
57
  examples=EXAMPLES,
58
  )
59
  iface.launch()
 
53
  ),
54
  "state",
55
  ],
56
+ title=TITLE,
57
  examples=EXAMPLES,
58
  )
59
  iface.launch()