WhiteAngels
commited on
Commit
•
b3b67dd
1
Parent(s):
d84cca7
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ task = st.sidebar.selectbox("Görev Seç", task_list)
|
|
20 |
|
21 |
# Metin giriş yöntemi
|
22 |
st.subheader("Metin Giriş Yöntemi Seç")
|
23 |
-
input_method = st.radio("", ('Örneklerden Seç', 'Metin Yaz veya Yapıştır'))
|
24 |
|
25 |
if input_method == 'Örneklerden Seç':
|
26 |
selected_text = st.selectbox('Metin Seç', example_list, index=0, key=1)
|
|
|
20 |
|
21 |
# Metin giriş yöntemi
|
22 |
st.subheader("Metin Giriş Yöntemi Seç")
|
23 |
+
input_method = st.radio("Metin giriş yöntemi seçin", ('Örneklerden Seç', 'Metin Yaz veya Yapıştır'))
|
24 |
|
25 |
if input_method == 'Örneklerden Seç':
|
26 |
selected_text = st.selectbox('Metin Seç', example_list, index=0, key=1)
|