Spaces:
Running
Running
csv
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ else:
|
|
35 |
aggregation = "first"
|
36 |
|
37 |
st.subheader("Select Text Input Method")
|
38 |
-
input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text','Upload CSV
|
39 |
if input_method == 'Select from Examples':
|
40 |
selected_text = st.selectbox('Select Text from List', example_list, index=0, key=1)
|
41 |
st.subheader("Text to Run")
|
|
|
35 |
aggregation = "first"
|
36 |
|
37 |
st.subheader("Select Text Input Method")
|
38 |
+
input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text','Upload CSV File'))
|
39 |
if input_method == 'Select from Examples':
|
40 |
selected_text = st.selectbox('Select Text from List', example_list, index=0, key=1)
|
41 |
st.subheader("Text to Run")
|