teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードの修正

2022/10/26 04:14

投稿

nkfrom
nkfrom

スコア10

title CHANGED
File without changes
body CHANGED
@@ -10,7 +10,7 @@
10
10
  import streamlit as st
11
11
 
12
12
  # https://github.com/streamlit/streamlit/issues/1076
13
- options = list("RGB")
13
+ options = "RGB"
14
14
  index = st.selectbox(
15
15
  "selectbox",
16
16
  range(len(options)),