Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -123,8 +123,8 @@ def clean_body_content(html_content):
|
|
123 |
if __name__ == "__main__":
|
124 |
website = ["https://www.rra.gov.rw/en/publications",
|
125 |
"https://www.rra.gov.rw/en/customs-services",
|
126 |
-
"https://org.rdb.rw/faqs/"
|
127 |
-
|
128 |
|
129 |
]
|
130 |
all_content = scrape_websites(website)
|
|
|
123 |
if __name__ == "__main__":
|
124 |
website = ["https://www.rra.gov.rw/en/publications",
|
125 |
"https://www.rra.gov.rw/en/customs-services",
|
126 |
+
"https://org.rdb.rw/faqs/"
|
127 |
+
|
128 |
|
129 |
]
|
130 |
all_content = scrape_websites(website)
|