vsagar100 commited on
Commit
80e7d63
·
verified ·
1 Parent(s): 83b4b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 "GITHUB_REPO_URL" not in "":
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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"