Koomemartin commited on
Commit
887cd66
·
verified ·
1 Parent(s): 53002df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ link_system_prompt += """
43
  "links": [
44
  {"type": "about page", "url": "https://full.url/goes/here/about"},
45
  {"type": "careers page": "url": "https://another.full.url/careers"},
46
- {"type": "contanct us" : "url" : "mailto:[email protected]"}
47
  ]
48
  }
49
  """
 
43
  "links": [
44
  {"type": "about page", "url": "https://full.url/goes/here/about"},
45
  {"type": "careers page": "url": "https://another.full.url/careers"},
46
+ # {"type": "contanct us" : "url" : "mailto:[email protected]"}
47
  ]
48
  }
49
  """