Spaces:
Runtime error
Runtime error
Commit
·
ca3f295
1
Parent(s):
6ebd9e5
Update app.py
Browse files
app.py
CHANGED
@@ -67,5 +67,5 @@ with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css)
|
|
67 |
gr.Examples(
|
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()
|
|
|
67 |
gr.Examples(
|
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()
|