derek-thomas HF staff commited on
Commit
29f0805
1 Parent(s): f7bea2e

Removing extra code

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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()