Spaces:
Runtime error
Runtime error
Commit
·
9b99130
1
Parent(s):
88eca29
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ textarea[data-testid="textbox"] { height: 178px !important}
|
|
42 |
--tw-bg-opacity: 1 !important;
|
43 |
background-color: rgb(229,225,255) !important;
|
44 |
}
|
45 |
-
|
46 |
"""
|
47 |
|
48 |
with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
|
|
|
42 |
--tw-bg-opacity: 1 !important;
|
43 |
background-color: rgb(229,225,255) !important;
|
44 |
}
|
|
|
45 |
"""
|
46 |
|
47 |
with gr.Blocks(title="Wikipedia Article Scrape | Data Science Dojo", css = css) as demo:
|