Spaces:
Runtime error
Runtime error
Commit
·
9caeeaa
1
Parent(s):
9e110d0
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,4 @@ with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css)
|
|
68 |
examples = [["Eiffel Tower", "en"], ["Eiffel tower", 'ur']], fn=wikipediaScrap, inputs=[inp, lan], outputs=[title, content, url, linked, wordcloud], cache_examples=True)
|
69 |
btn.click(fn=wikipediaScrap, inputs=[inp, lan], outputs=[title, content, url, linked, wordcloud])
|
70 |
|
71 |
-
demo.launch()
|
|
|
68 |
examples = [["Eiffel Tower", "en"], ["Eiffel tower", 'ur']], fn=wikipediaScrap, inputs=[inp, lan], outputs=[title, content, url, linked, wordcloud], cache_examples=True)
|
69 |
btn.click(fn=wikipediaScrap, inputs=[inp, lan], outputs=[title, content, url, linked, wordcloud])
|
70 |
|
71 |
+
demo.launch(share=True)
|