Skip to content

Commit

Permalink
bump sdk, get rid of provider radio index
Browse files Browse the repository at this point in the history
  • Loading branch information
x5a committed Oct 22, 2024
1 parent 37545dd commit fdd3b43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion computer-use-demo/computer_use_demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion computer-use-demo/computer_use_demo/streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fdd3b43

Please sign in to comment.