Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,10 +114,7 @@ with gr.Blocks(css=style,head=head) as b:
|
|
| 114 |
prev_btn=gr.Button("Previous",interactive=False)
|
| 115 |
show_html=gr.HTML()
|
| 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 |
|
| 123 |
hid_start1=gr.Textbox(elem_id='readit')
|
|
|
|
| 114 |
prev_btn=gr.Button("Previous",interactive=False)
|
| 115 |
show_html=gr.HTML()
|
| 116 |
next_btn=gr.Button("Next")
|
| 117 |
+
html_out=gr.HTML()
|
|
|
|
|
|
|
|
|
|
| 118 |
json_out=gr.JSON()
|
| 119 |
|
| 120 |
hid_start1=gr.Textbox(elem_id='readit')
|