KwabsHug commited on
Commit
dc21082
1 Parent(s): 454d167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ with gr.Blocks() as lliface:
264
  with gr.Tab("Timing Practice - Repitition"):
265
  gr.HTML("<p>Run from it, Dread it, Repitition is inevitable - Thanos</p> <p>Next Milestone is Turning this interface handsfree</p>")
266
  with gr.Tab("Gradio Version"):
267
- gr.Interface(fn=group_words, inputs=groupinput_text, outputs=groupoutput_text, block_id="TimerGradioVer", title="Word Grouping and Rotation", description="Group a list of words into sets of 10 and rotate them every 60 seconds.").queue()
268
  with gr.Tab("HTML Version"):
269
  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">
270
  See the Pen <a href="https://codepen.io/kwabs22/pen/GRXKQgj">
 
264
  with gr.Tab("Timing Practice - Repitition"):
265
  gr.HTML("<p>Run from it, Dread it, Repitition is inevitable - Thanos</p> <p>Next Milestone is Turning this interface handsfree</p>")
266
  with gr.Tab("Gradio Version"):
267
+ gr.Interface(fn=group_words, inputs=groupinput_text, outputs=groupoutput_text, title="Word Grouping and Rotation", description="Group a list of words into sets of 10 and rotate them every 60 seconds.").queue()
268
  with gr.Tab("HTML Version"):
269
  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">
270
  See the Pen <a href="https://codepen.io/kwabs22/pen/GRXKQgj">