gabrielaltay commited on
Commit
552a48e
1 Parent(s): 43b5ceb

update links

Browse files
Files changed (1) hide show
  1. sidebar_mod.py +2 -0
sidebar_mod.py CHANGED
@@ -11,6 +11,7 @@ def render_outreach_links():
11
  google_gemini_url = "https://ai.google.dev/gemini-api"
12
  anthropic_url = "https://www.anthropic.com/api"
13
  openai_url = "https://platform.openai.com/docs/overview"
 
14
  st.subheader(":brain: About [hyperdemocracy](https://hyperdemocracy.us)")
15
  st.subheader(f":world_map: Visualize [nomic atlas]({nomic_url})")
16
  st.subheader(f":hugging_face: Raw [huggingface datasets]({hf_url})")
@@ -19,6 +20,7 @@ def render_outreach_links():
19
  st.subheader(f":eyeglasses: Inference [google-gemini]({google_gemini_url})")
20
  st.subheader(f":hut: Inference [anthropic]({anthropic_url})")
21
  st.subheader(f":sparkles: Inference [openai]({openai_url})")
 
22
 
23
  def render_sidebar():
24
  with st.container(border=True):
 
11
  google_gemini_url = "https://ai.google.dev/gemini-api"
12
  anthropic_url = "https://www.anthropic.com/api"
13
  openai_url = "https://platform.openai.com/docs/overview"
14
+ langchain_url = "https://www.langchain.com/"
15
  st.subheader(":brain: About [hyperdemocracy](https://hyperdemocracy.us)")
16
  st.subheader(f":world_map: Visualize [nomic atlas]({nomic_url})")
17
  st.subheader(f":hugging_face: Raw [huggingface datasets]({hf_url})")
 
20
  st.subheader(f":eyeglasses: Inference [google-gemini]({google_gemini_url})")
21
  st.subheader(f":hut: Inference [anthropic]({anthropic_url})")
22
  st.subheader(f":sparkles: Inference [openai]({openai_url})")
23
+ st.subheader(f":parrot: Orchestration [langchain]({langchain_url})")
24
 
25
  def render_sidebar():
26
  with st.container(border=True):