datasciencedojo commited on
Commit
6605b07
·
1 Parent(s): 0fe8bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ for item in items:
67
  with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
68
  with gr.Row():
69
  inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name")
70
- lan = gr.Dropdown(label=" Select Language", choices=language, value=language[107], interactive=True)
71
 
72
  btn = gr.Button("Start Scraping", elem_id="dsd_button")
73
  with gr.Row():
 
67
  with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
68
  with gr.Row():
69
  inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name")
70
+ lan = gr.Dropdown(label=" Select Language", choices=language, value=language[108], interactive=True)
71
 
72
  btn = gr.Button("Start Scraping", elem_id="dsd_button")
73
  with gr.Row():