lovodkin93 commited on
Commit
d53d500
·
verified ·
1 Parent(s): 2254e2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,5 +20,6 @@ with gr.Blocks() as demo:
20
  # Create the Gradio interface
21
  slider.release(show_html_in_iframe, inputs=[slider], outputs=[gr.HTML()], api_name="HTML Viewer with Event Listeners")
22
 
 
23
  # Display the interface
24
  demo.launch()
 
20
  # Create the Gradio interface
21
  slider.release(show_html_in_iframe, inputs=[slider], outputs=[gr.HTML()], api_name="HTML Viewer with Event Listeners")
22
 
23
+
24
  # Display the interface
25
  demo.launch()