Sheshera Mysore commited on
Commit
df0e5b1
1 Parent(s): e710ef9

Remove red

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -408,9 +408,9 @@ with st.sidebar:
408
  # type='json',
409
  # help='Upload a json file with titles and abstracts of the papers to '
410
  # 'include in your profile.')
411
- st.markdown(f"<b style='color:red;'>Select your username from the drop-down:</b>", unsafe_allow_html=True)
412
- selected_user = st.selectbox('**Select your username from the drop-down**',
413
- available_users, label_visibility="hidden")
414
  if selected_user is not None:
415
  user_papers = json.load(
416
  open(os.path.join(in_path, 'users', selected_user, f'seedset-{selected_user}-maple.json')))
 
408
  # type='json',
409
  # help='Upload a json file with titles and abstracts of the papers to '
410
  # 'include in your profile.')
411
+ # st.markdown(f"<b style='color:red;'>Select your username from the drop-down:</b>", unsafe_allow_html=True)
412
+ selected_user = st.selectbox('Select your username from the drop-down',
413
+ available_users)
414
  if selected_user is not None:
415
  user_papers = json.load(
416
  open(os.path.join(in_path, 'users', selected_user, f'seedset-{selected_user}-maple.json')))