cyyeh commited on
Commit
9304451
·
1 Parent(s): fea5b41

update defaults

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ owner = st.text_input("Enter GitHub username", value="cyyeh")
18
  repo = st.text_input("Enter GitHib repo name", value="py-code-analyzer")
19
  path = st.text_input(
20
  "Enter target directory path. Default: the target directory will be the root directory",
21
- value="py_code_analyzer",
22
  )
23
  ref = st.text_input(
24
  "Enter the name of the commit/branch/tag. Default: the repository's default branch",
 
18
  repo = st.text_input("Enter GitHib repo name", value="py-code-analyzer")
19
  path = st.text_input(
20
  "Enter target directory path. Default: the target directory will be the root directory",
 
21
  )
22
  ref = st.text_input(
23
  "Enter the name of the commit/branch/tag. Default: the repository's default branch",