diff --git a/computer-use-demo/computer_use_demo/requirements.txt b/computer-use-demo/computer_use_demo/requirements.txt index d3e16af7..115da8df 100644 --- a/computer-use-demo/computer_use_demo/requirements.txt +++ b/computer-use-demo/computer_use_demo/requirements.txt @@ -1,5 +1,5 @@ streamlit>=1.38.0 -anthropic[bedrock,vertex]>=0.37.0 +anthropic[bedrock,vertex]>=0.37.1 jsonschema==4.22.0 boto3>=1.28.57 google-auth<3,>=2 diff --git a/computer-use-demo/computer_use_demo/streamlit.py b/computer-use-demo/computer_use_demo/streamlit.py index ac99b5c6..6d0dbe43 100644 --- a/computer-use-demo/computer_use_demo/streamlit.py +++ b/computer-use-demo/computer_use_demo/streamlit.py @@ -114,7 +114,6 @@ def _reset_api_provider(): st.radio( "API Provider", options=provider_options, - index=provider_options.index(st.session_state.provider), key="provider_radio", format_func=lambda x: x.title(), on_change=_reset_api_provider,