gopiashokan commited on
Commit
d393c3a
·
verified ·
1 Parent(s): 91b2d77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;">{e}</h5>', unsafe_allow_html=True)
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: