How to get st.dataframe cell value

how to get st.dataframe cell value see code but it give error
st.write(df[‘a’][0].values[0])

What error?

dear boss see error

The cell value is just df['a'][0].