haramkoo commited on
Commit
6f8949f
·
1 Parent(s): 960ce66

length tags

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ st.caption("With the advent of machine learning, it has become increasingly clea
76
  if 'button_sent' not in st.session_state:
77
  st.session_state.button_sent = False
78
 
79
- col1, col2, = st.columns(3)
80
 
81
  context_option = col2.selectbox(
82
  'Feel free to choose one of our premade contexts',
 
76
  if 'button_sent' not in st.session_state:
77
  st.session_state.button_sent = False
78
 
79
+ col1, col2, col3 = st.columns(3)
80
 
81
  context_option = col2.selectbox(
82
  'Feel free to choose one of our premade contexts',