Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as lliface:
|
|
121 |
gr.Interface(fn=unique_word_count, inputs="text", outputs="text", title="Wordcounter")
|
122 |
gr.Interface(fn=SepHypandSynExpansion, inputs="text", outputs=["text", "text"], title="Word suggestions")
|
123 |
with gr.Tab("Timing Practice"):
|
124 |
-
gr.HTML("""<iframe height="
|
125 |
See the Pen <a href="https://codepen.io/kwabs22/pen/GRXKQgj">
|
126 |
Memorisation Aid</a> by kwabs22 (<a href="https://codepen.io/kwabs22">@kwabs22</a>)
|
127 |
on <a href="https://codepen.io">CodePen</a>.
|
|
|
121 |
gr.Interface(fn=unique_word_count, inputs="text", outputs="text", title="Wordcounter")
|
122 |
gr.Interface(fn=SepHypandSynExpansion, inputs="text", outputs=["text", "text"], title="Word suggestions")
|
123 |
with gr.Tab("Timing Practice"):
|
124 |
+
gr.HTML("""<iframe height="1200" style="width: 100%;" scrolling="no" title="Memorisation Aid" src="https://codepen.io/kwabs22/embed/preview/GRXKQgj?default-tab=result&editable=true" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true">
|
125 |
See the Pen <a href="https://codepen.io/kwabs22/pen/GRXKQgj">
|
126 |
Memorisation Aid</a> by kwabs22 (<a href="https://codepen.io/kwabs22">@kwabs22</a>)
|
127 |
on <a href="https://codepen.io">CodePen</a>.
|