Removing extra code
Browse files
app.py
CHANGED
|
@@ -46,7 +46,4 @@ with gr.Blocks() as demo:
|
|
| 46 |
# Live preview update
|
| 47 |
text_input.change(preview_text, inputs=text_input, outputs=markdown_preview)
|
| 48 |
|
| 49 |
-
# Adding JavaScript code to the HTML component
|
| 50 |
-
gr.HTML(js_code)
|
| 51 |
-
|
| 52 |
demo.launch()
|
|
|
|
| 46 |
# Live preview update
|
| 47 |
text_input.change(preview_text, inputs=text_input, outputs=markdown_preview)
|
| 48 |
|
|
|
|
|
|
|
|
|
|
| 49 |
demo.launch()
|