KwabsHug commited on
Commit
ae1c846
1 Parent(s): a04807a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1397,7 +1397,7 @@ with gr.Blocks() as lliface: #theme=gr.themes.Glass(primary_hue='green', seconda
1397
  with gr.Column(scale=3):
1398
  imageplaceholderoutput = gr.HTML("Preview will load here")
1399
  with gr.Column(scale=2):
1400
- imageplaceholdertextoutput = gr.Code("The code for the HTML created will come here")
1401
  imageplaceholderbtn.click(fn=imagebasedreading, inputs=[imageplaceholderinput], outputs=[imageplaceholderdownload, imageplaceholderoutput, imageplaceholdertextoutput])
1402
  with gr.Tab("Beginner - Listen + Read"):
1403
  gr.Label("Closed Eye Recital per new word | 1 new word a minute while recycling the words from the previous minutes")
 
1397
  with gr.Column(scale=3):
1398
  imageplaceholderoutput = gr.HTML("Preview will load here")
1399
  with gr.Column(scale=2):
1400
+ imageplaceholdertextoutput = gr.TextArea("The code for the HTML created will come here")
1401
  imageplaceholderbtn.click(fn=imagebasedreading, inputs=[imageplaceholderinput], outputs=[imageplaceholderdownload, imageplaceholderoutput, imageplaceholdertextoutput])
1402
  with gr.Tab("Beginner - Listen + Read"):
1403
  gr.Label("Closed Eye Recital per new word | 1 new word a minute while recycling the words from the previous minutes")