broadfield commited on
Commit
157e2a4
·
verified ·
1 Parent(s): cbc1ac1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(css=style,head=head) as b:
116
  next_btn=gr.Button("Next")
117
 
118
  for i in range(10):
119
- h[i]=gr.HTML("test")
120
  #html_out=gr.HTML()
121
  json_out=gr.JSON()
122
 
 
116
  next_btn=gr.Button("Next")
117
 
118
  for i in range(10):
119
+ f'html{i}'=gr.HTML("test").click(stream_aud,f'html{i}',aud_out)
120
  #html_out=gr.HTML()
121
  json_out=gr.JSON()
122