KwabsHug commited on
Commit
9b637cf
1 Parent(s): eec7d18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -298,7 +298,9 @@ with gr.Blocks() as lliface:
298
  <p> Vocab = Glossary + all non text wall(lists, diagrams, etc.)</p>
299
  <p> https://huggingface.co/spaces/vumichien/whisper-speaker-diarization<br></p>
300
  <p> In Language the goal is bigger vocab --> Knowledge equivalent = question answer pairs but to get to those you need related information pairs</p>
301
- <p> ChatGPT Turns Learning into a read only what you dont know ask only what you dont know feedback loop --> All you have to do is keep track of what prompts you have asked in the past</p>""")
 
 
302
  with gr.Tab("Unique word ID"):
303
  gr.Interface(fn=unique_word_count, inputs="text", outputs="text", title="Wordcounter")
304
  gr.Interface(fn=SepHypandSynExpansion, inputs="text", outputs=["text", "text"], title="Word suggestions")
@@ -306,6 +308,7 @@ with gr.Blocks() as lliface:
306
  with gr.Tab("Automating related information linking"):
307
  gr.HTML("Questions - Tacking and suggesting questions to ask = new education")
308
  with gr.Tab("Spelling and Chunks"):
 
309
  gr.HTML("<p> Spelling is the end goal, you already know many letter orders called words so you need leverage them to remember random sequences")
310
  with gr.Tab("Spelling Simplification - Use a dual language list"):
311
  gr.Interface(fn=create_dictionary, inputs="text", outputs="text", title="Sort Text by first two letters")
 
298
  <p> Vocab = Glossary + all non text wall(lists, diagrams, etc.)</p>
299
  <p> https://huggingface.co/spaces/vumichien/whisper-speaker-diarization<br></p>
300
  <p> In Language the goal is bigger vocab --> Knowledge equivalent = question answer pairs but to get to those you need related information pairs</p>
301
+ <p> ChatGPT Turns Learning into a read only what you dont know ask only what you dont know feedback loop --> All you have to do is keep track of what prompts you have asked in the past</p>
302
+ <p> Spell multiple words simultaneously for simultaneous access </p>
303
+ """)
304
  with gr.Tab("Unique word ID"):
305
  gr.Interface(fn=unique_word_count, inputs="text", outputs="text", title="Wordcounter")
306
  gr.Interface(fn=SepHypandSynExpansion, inputs="text", outputs=["text", "text"], title="Word suggestions")
 
308
  with gr.Tab("Automating related information linking"):
309
  gr.HTML("Questions - Tacking and suggesting questions to ask = new education")
310
  with gr.Tab("Spelling and Chunks"):
311
+ gr.Text("Merged Spelling Practice Placeholder - Spell multiple words simultaneously for simultaneous access")
312
  gr.HTML("<p> Spelling is the end goal, you already know many letter orders called words so you need leverage them to remember random sequences")
313
  with gr.Tab("Spelling Simplification - Use a dual language list"):
314
  gr.Interface(fn=create_dictionary, inputs="text", outputs="text", title="Sort Text by first two letters")