Spaces:
Runtime error
Runtime error
Commit
·
e754173
1
Parent(s):
e8337b4
removed layout = wide in page setting
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def main() -> None:
|
|
18 |
except Exception:
|
19 |
return {}
|
20 |
|
21 |
-
st.set_page_config(page_title="Article Scraper - Rahul Portfolio Project", page_icon=":spider:"
|
22 |
|
23 |
lottie_animation = load_lottieurl(lottie_url="https://assets3.lottiefiles.com/private_files/lf30_UaWyEa.json")
|
24 |
|
|
|
18 |
except Exception:
|
19 |
return {}
|
20 |
|
21 |
+
st.set_page_config(page_title="Article Scraper - Rahul Portfolio Project", page_icon=":spider:")
|
22 |
|
23 |
lottie_animation = load_lottieurl(lottie_url="https://assets3.lottiefiles.com/private_files/lf30_UaWyEa.json")
|
24 |
|