Spaces:
Runtime error
Runtime error
Commit ·
9e110d0
1
Parent(s): e9e3ac6
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ textarea[data-testid="textbox"] { height: 178px !important}
|
|
| 44 |
}
|
| 45 |
"""
|
| 46 |
|
| 47 |
-
with gr.Blocks() as demo:
|
| 48 |
with gr.Row():
|
| 49 |
inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name")
|
| 50 |
lan = gr.Textbox(placeholder="Enter the language code", label="Language")
|
|
|
|
| 44 |
}
|
| 45 |
"""
|
| 46 |
|
| 47 |
+
with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
|
| 48 |
with gr.Row():
|
| 49 |
inp = gr.Textbox(placeholder="Enter the name of wikipedia article", label="Wikipedia article name")
|
| 50 |
lan = gr.Textbox(placeholder="Enter the language code", label="Language")
|