Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|