Spaces:
Build error
Build error
length tags
Browse files
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,
|
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',
|