Spaces:
Runtime error
Runtime error
update
Browse files
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
|
| 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",
|