Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,11 +121,10 @@ 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("""<
|
125 |
-
|
126 |
Memorisation Aid</a> by kwabs22 (<a href="https://codepen.io/kwabs22">@kwabs22</a>)
|
127 |
-
on <a href="https://codepen.io">CodePen</a
|
128 |
-
</
|
129 |
-
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>""")
|
130 |
|
131 |
lliface.launch()
|
|
|
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="300" 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>.
|
128 |
+
</iframe>""")
|
|
|
129 |
|
130 |
lliface.launch()
|