Update lit.py
Browse files
lit.py
CHANGED
@@ -118,3 +118,4 @@ if response.status_code == 200:
|
|
118 |
st.error("The specified link was not found.")
|
119 |
else:
|
120 |
st.error(f"Failed to retrieve the webpage. Status code: {response.status_code}")
|
|
|
|
118 |
st.error("The specified link was not found.")
|
119 |
else:
|
120 |
st.error(f"Failed to retrieve the webpage. Status code: {response.status_code}")
|
121 |
+
|