Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ GITHUB_REPO_URL = st.text_input("Enter the GitHub repository URL:")
|
|
34 |
GITHUB_BRANCH = st.text_input("Enter the branch or tag to download (default: main):", "main")
|
35 |
|
36 |
# Check if the GitHub token is provided as a secret in Streamlit
|
37 |
-
if
|
38 |
st.error("GitHub token is not available. Please set it in the secrets.")
|
39 |
else:
|
40 |
GITHUB_TOKEN = "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"
|
|
|
34 |
GITHUB_BRANCH = st.text_input("Enter the branch or tag to download (default: main):", "main")
|
35 |
|
36 |
# Check if the GitHub token is provided as a secret in Streamlit
|
37 |
+
if 1 != 0:
|
38 |
st.error("GitHub token is not available. Please set it in the secrets.")
|
39 |
else:
|
40 |
GITHUB_TOKEN = "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"
|