Spaces:
Running
Running
Update app.py
Browse files
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.
|
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")
|