Spaces:
Running
Running
AINovice2005
commited on
Commit
•
c0929e4
1
Parent(s):
8465eea
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,5 @@ with gr.Blocks() as demo:
|
|
37 |
# Click event to retrieve the website and embed it in the iframe
|
38 |
open_btn.click(open_website, inputs=website_name, outputs=result)
|
39 |
|
40 |
-
|
|
|
|
37 |
# Click event to retrieve the website and embed it in the iframe
|
38 |
open_btn.click(open_website, inputs=website_name, outputs=result)
|
39 |
|
40 |
+
# Launch the Gradio interface publicly
|
41 |
+
demo.launch(share=True)
|