sneves commited on
Commit
4475a85
·
verified ·
1 Parent(s): b01d9cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with st.sidebar:
27
  selected_cik = st.selectbox('Select a company', cik_list, index=len(cik_list)-1)
28
  df_selected_cik = df[df.CIK == selected_cik]
29
 
30
- st.link_button("Chat about ESG!", https://fceaf6bb978ab08499.gradio.live)
31
 
32
  col1, col2 = st.columns(2)
33
 
 
27
  selected_cik = st.selectbox('Select a company', cik_list, index=len(cik_list)-1)
28
  df_selected_cik = df[df.CIK == selected_cik]
29
 
30
+ st.link_button("Chat about ESG!", "https://fceaf6bb978ab08499.gradio.live")
31
 
32
  col1, col2 = st.columns(2)
33