DeL-TaiseiOzaki commited on
Commit
05b4d6c
·
verified ·
1 Parent(s): 8d28c3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ repo_url = st.text_input("GitリポジトリURLを入力 (例: https://github.co
23
 
24
  # --- 2) スキャン対象拡張子の選択 ---
25
  st.subheader("スキャン対象拡張子")
26
- available_exts = [".py", ".js", ".ts", ".md", ".txt", ".java", ".cpp"]
27
  chosen_exts = []
28
  for ext in available_exts:
29
  default_checked = (ext in [".py", ".md"]) # デモ用に.pyと.mdを初期オン
 
23
 
24
  # --- 2) スキャン対象拡張子の選択 ---
25
  st.subheader("スキャン対象拡張子")
26
+ available_exts = [".py", ".js", ".ts", ".md", ".txt", ".java", ".cpp",".sh"]
27
  chosen_exts = []
28
  for ext in available_exts:
29
  default_checked = (ext in [".py", ".md"]) # デモ用に.pyと.mdを初期オン