Update app.py
Browse files
app.py
CHANGED
|
@@ -570,7 +570,7 @@ class linkedin_scraper:
|
|
| 570 |
|
| 571 |
except Exception as e:
|
| 572 |
add_vertical_space(2)
|
| 573 |
-
st.markdown(f'<h5 style="text-align: center;color: orange;">
|
| 574 |
|
| 575 |
finally:
|
| 576 |
if driver:
|
|
|
|
| 570 |
|
| 571 |
except Exception as e:
|
| 572 |
add_vertical_space(2)
|
| 573 |
+
st.markdown(f'<h5 style="text-align: center;color: orange;">Check Connection! Refresh the Page and Try Again</h5>', unsafe_allow_html=True)
|
| 574 |
|
| 575 |
finally:
|
| 576 |
if driver:
|