質問編集履歴
1
コードの修正
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 =
|
13
|
+
options = "RGB"
|
14
14
|
index = st.selectbox(
|
15
15
|
"selectbox",
|
16
16
|
range(len(options)),
|