Spaces:
Runtime error
Runtime error
Commit
·
2f81322
1
Parent(s):
9b45446
Update app.py
Browse files
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
|
| 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")
|