CarlosMalaga
commited on
Update app.py
Browse files
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 |
|