Spaces:
Sleeping
Sleeping
harmdevries
commited on
Commit
•
16aa282
1
Parent(s):
c121aed
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,8 @@ import streamlit as st
|
|
4 |
|
5 |
g = Github(os.environ.get('github'))
|
6 |
|
7 |
-
|
|
|
8 |
st.write(repo.name)
|
9 |
|
10 |
st.write("test")
|
|
|
4 |
|
5 |
g = Github(os.environ.get('github'))
|
6 |
|
7 |
+
org = g.get_organization("bigcode-project")
|
8 |
+
for repo in org.get_repos():
|
9 |
st.write(repo.name)
|
10 |
|
11 |
st.write("test")
|