lvwerra HF staff commited on
Commit
6affb2e
β€’
1 Parent(s): abfea56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,5 +22,5 @@ if st.button("Check!"):
22
  if len(list_of_repos)==1:
23
  st.markdown("**There is 1 repository under that username in The Stack:**")
24
  else:
25
- st.markdown(f"**There are {len(list_of_repos)} repositories under that username in The Stack:")
26
  st.text("\n".join(list_of_repos))
 
22
  if len(list_of_repos)==1:
23
  st.markdown("**There is 1 repository under that username in The Stack:**")
24
  else:
25
+ st.markdown(f"**There are {len(list_of_repos)} repositories under that username in The Stack:**")
26
  st.text("\n".join(list_of_repos))