Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ input_data = st.sidebar.selectbox(
|
|
52 |
input_option)
|
53 |
|
54 |
if input_data == 'enter by myself':
|
55 |
-
input_data = st.sidebar.
|
56 |
|
57 |
#with st.sidebar.expander("Input that you might want to test"):
|
58 |
# for m in input_option:
|
|
|
52 |
input_option)
|
53 |
|
54 |
if input_data == 'enter by myself':
|
55 |
+
input_data = st.sidebar.text_area('Write the Input Sentence', 'Hello sunshine!!!')
|
56 |
|
57 |
#with st.sidebar.expander("Input that you might want to test"):
|
58 |
# for m in input_option:
|