Spaces:
Runtime error
Runtime error
Commit
·
f3d37d1
1
Parent(s):
e754173
added layout = wide in app.py
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:", layout="wide")
|
22 |
|
23 |
lottie_animation = load_lottieurl(lottie_url="https://assets3.lottiefiles.com/private_files/lf30_UaWyEa.json")
|
24 |
|