FahadAlam commited on
Commit
857289a
1 Parent(s): 855e904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def wikipediaScrap(article_name, wikipedia_language = "en"):
30
 
31
 
32
 
33
- with gr.Blocks( css = "footer {visibility: hidden} #dsd_button {background: purple, color: white} {background: blue, color: white}" ) as demo:
34
  with gr.Row():
35
  inp = gr.Textbox(placeholder="Enter the name of wikipedia article")
36
  lan = gr.Textbox(placeholder="Enter the language code")
 
30
 
31
 
32
 
33
+ with gr.Blocks( css = "footer {visibility: hidden} #dsd_button {background: purple, color: white}" ) as demo:
34
  with gr.Row():
35
  inp = gr.Textbox(placeholder="Enter the name of wikipedia article")
36
  lan = gr.Textbox(placeholder="Enter the language code")