datasciencedojo commited on
Commit
6d6a50a
·
1 Parent(s): d5cee61

style of article name updated

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,6 +37,7 @@ footer {visibility: hidden}
37
  #dsd_button {background: purple, color: white}
38
 
39
  textarea[data-testid="textbox"] { height: 178px !important}
 
40
 
41
  .max-h-[30rem] {max-height: 18rem !important;}
42
 
@@ -60,7 +61,7 @@ for item in items:
60
 
61
  with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
62
  with gr.Row():
63
- inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name")
64
  lan = gr.Dropdown(label=" Select Language", choices=language, value=language[105], interactive=True)
65
 
66
  btn = gr.Button("Start Scraping", elem_id="dsd_button")
 
37
  #dsd_button {background: purple, color: white}
38
 
39
  textarea[data-testid="textbox"] { height: 178px !important}
40
+ #mytext {height: 43px !important;}
41
 
42
  .max-h-[30rem] {max-height: 18rem !important;}
43
 
 
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" , elem_id="mytext")
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")