MegaTronX commited on
Commit
d1397c6
·
verified ·
1 Parent(s): 0c1764c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,5 +25,6 @@ demo = gr.Interface(
25
  outputs=["text"],
26
  title="Web Page Data Extractor",
27
  description="Enter a URL to extract its web page data"
 
28
 
29
  demo.launch()
 
25
  outputs=["text"],
26
  title="Web Page Data Extractor",
27
  description="Enter a URL to extract its web page data"
28
+ )
29
 
30
  demo.launch()