datasciencedojo commited on
Commit
2f81322
·
1 Parent(s): 9b45446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ textarea[data-testid="textbox"] { height: 178px !important}
45
 
46
  """
47
 
48
- with gr.Blocks(title="Wikipedia Article Scrape | Datascience Dojo", css = css) as demo:
49
  with gr.Row():
50
  inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name")
51
  lan = gr.Textbox(placeholder="Enter the language code", label="Language")
 
45
 
46
  """
47
 
48
+ with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
49
  with gr.Row():
50
  inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name")
51
  lan = gr.Textbox(placeholder="Enter the language code", label="Language")