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