Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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))
|