Spaces:
Runtime error
Runtime error
Commit
·
00fc816
1
Parent(s):
6d6a50a
removed article name style
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ for item in items:
|
|
61 |
|
62 |
with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
|
63 |
with gr.Row():
|
64 |
-
inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name"
|
65 |
lan = gr.Dropdown(label=" Select Language", choices=language, value=language[105], interactive=True)
|
66 |
|
67 |
btn = gr.Button("Start Scraping", elem_id="dsd_button")
|
|
|
61 |
|
62 |
with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
|
63 |
with gr.Row():
|
64 |
+
inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name")
|
65 |
lan = gr.Dropdown(label=" Select Language", choices=language, value=language[105], interactive=True)
|
66 |
|
67 |
btn = gr.Button("Start Scraping", elem_id="dsd_button")
|