Spaces:
Build error
Build error
Update app.py
Browse files
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()
|