KwabsHug commited on
Commit
83fdea9
1 Parent(s): 20df333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="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>.
 
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>.