cyyeh commited on
Commit
e2f38ea
·
1 Parent(s): f7b4de1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.markdown(
17
  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
  )
22
  ref = st.text_input(
23
  "Enter the name of the commit/branch/tag. Default: the repository's default branch",
 
17
  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 root directory",
21
  )
22
  ref = st.text_input(
23
  "Enter the name of the commit/branch/tag. Default: the repository's default branch",