KwabsHug commited on
Commit
1806cc7
1 Parent(s): b325a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks() as lliface:
219
  gr.Interface(fn=SepHypandSynExpansion, inputs="text", outputs=["text", "text"], title="Word suggestions")
220
  gr.Interface(fn=WikiSearch, inputs="text", outputs="text", title="Unique word suggestions(wiki articles)")
221
  with gr.Tab("Spelling and Chunks"):
222
- gr.HTML("Spelling is the end goal, you already know many letter orders called words so you need leverage them to remember random sequences")
223
  with gr.Tab("Spelling Simplification - Use a dual language list"):
224
  gr.Interface(fn=create_dictionary, inputs="text", outputs="text", title="Sort Text by first two letters")
225
  with gr.Tab("Chunks"):
 
219
  gr.Interface(fn=SepHypandSynExpansion, inputs="text", outputs=["text", "text"], title="Word suggestions")
220
  gr.Interface(fn=WikiSearch, inputs="text", outputs="text", title="Unique word suggestions(wiki articles)")
221
  with gr.Tab("Spelling and Chunks"):
222
+ gr.HTML("Spelling is the end goal, you already know many letter orders called words so you need leverage them to remember random sequences")
223
  with gr.Tab("Spelling Simplification - Use a dual language list"):
224
  gr.Interface(fn=create_dictionary, inputs="text", outputs="text", title="Sort Text by first two letters")
225
  with gr.Tab("Chunks"):