Andinda commited on
Commit
f33ab56
·
verified ·
1 Parent(s): 37dd25b
Files changed (1) hide show
  1. app.py +1 -1
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 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")
 
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")