CarlosMalaga commited on
Commit
bbf74fd
1 Parent(s): e3700f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -383,10 +383,6 @@ def run_client():
383
  st.session_state.selected_candidates = []
384
  st.markdown("<h2 style='color: black;'>No Candidates Found</h2>", unsafe_allow_html=True)
385
 
386
- else:
387
-
388
- text = "<h2 style='color: black;'>No Candidates Found</h2>"
389
-
390
  else:
391
  st.error("Please enter some text.")
392
 
 
383
  st.session_state.selected_candidates = []
384
  st.markdown("<h2 style='color: black;'>No Candidates Found</h2>", unsafe_allow_html=True)
385
 
 
 
 
 
386
  else:
387
  st.error("Please enter some text.")
388