Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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}
|
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} {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")
|