Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
|
|
75 |
|
76 |
tb_input.submit(append_text_to_file, inputs=tb_input, outputs=fi_output)
|
77 |
|
78 |
-
fi_output.change(list_attributes_and_values, inputs=None, outputs=md_hypertext)
|
79 |
|
80 |
btn_test.click(load_html, outputs=ht_dl)
|
81 |
|
|
|
75 |
|
76 |
tb_input.submit(append_text_to_file, inputs=tb_input, outputs=fi_output)
|
77 |
|
78 |
+
fi_output.change(list_attributes_and_values, inputs=None, outputs=[md_hypertext, ht_dl])
|
79 |
|
80 |
btn_test.click(load_html, outputs=ht_dl)
|
81 |
|