Spaces:
Running
Running
lovodkin93
commited on
Update app.py
Browse files
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()
|