radames commited on
Commit
eb1aa98
·
1 Parent(s): 0ecbdf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ def predict(text):
11
  return [[s] for s in spells]
12
 
13
  with block:
 
14
  text_input = gr.Text()
15
  text_out = gr.Dataframe(headers=["Spells"], datatype=["str"])
16
  btn = gr.Button()
 
11
  return [[s] for s in spells]
12
 
13
  with block:
14
+ gr.Markdown("# Hello [PyEnchant](http://pyenchant.github.io/pyenchant/)")
15
  text_input = gr.Text()
16
  text_out = gr.Dataframe(headers=["Spells"], datatype=["str"])
17
  btn = gr.Button()