Spaces:
Runtime error
Runtime error
Commit
·
9f22a18
1
Parent(s):
a37fbff
ghp_httLjMz6OaajBqT
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from github import GithubException
|
|
6 |
st.set_page_config(page_title="GitHub File Search", page_icon=":mag_right:")
|
7 |
|
8 |
# Replace YOUR_ACCESS_TOKEN with your GitHub personal access token
|
9 |
-
access_token = "
|
10 |
|
11 |
|
12 |
# Define a function to get all the repositories that contain a file with the given name
|
|
|
6 |
st.set_page_config(page_title="GitHub File Search", page_icon=":mag_right:")
|
7 |
|
8 |
# Replace YOUR_ACCESS_TOKEN with your GitHub personal access token
|
9 |
+
access_token = "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"
|
10 |
|
11 |
|
12 |
# Define a function to get all the repositories that contain a file with the given name
|