Sayandip commited on
Commit
474d75e
·
verified ·
1 Parent(s): 2155fea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,7 +10,7 @@ client = genai.Client(api_key=os.environ.get("GEMINI_API_KEY"))
10
 
11
  # Supported extensions and corresponding language names for syntax highlighting
12
  SUPPORTED_EXTENSIONS = [
13
- "py", "c", "cpp", "java", "js", "jsx", "ts", "go", "rs", "php", "rb", "swift", "kt", "html", "css"
14
  ]
15
 
16
  EXTENSION_LANGUAGE_MAP = {
@@ -20,7 +20,6 @@ EXTENSION_LANGUAGE_MAP = {
20
  "java": "java",
21
  "js": "javascript",
22
  "jsx": "jsx",
23
- "ts": "typescript",
24
  "go": "go",
25
  "rs": "rust",
26
  "php": "php",
 
10
 
11
  # Supported extensions and corresponding language names for syntax highlighting
12
  SUPPORTED_EXTENSIONS = [
13
+ "py", "c", "cpp", "java", "js", "jsx", "go", "rs", "php", "rb", "swift", "kt", "html", "css"
14
  ]
15
 
16
  EXTENSION_LANGUAGE_MAP = {
 
20
  "java": "java",
21
  "js": "javascript",
22
  "jsx": "jsx",
 
23
  "go": "go",
24
  "rs": "rust",
25
  "php": "php",