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