AINovice2005 commited on
Commit
c0929e4
1 Parent(s): 8465eea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- WEBSITES.launch(share=True)
 
 
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)