Spaces:
Sleeping
Sleeping
Rearranged columns below input box
Browse files
app.py
CHANGED
|
@@ -63,10 +63,8 @@ def handle_submit():
|
|
| 63 |
|
| 64 |
#st.title("Adrega AI Help")
|
| 65 |
|
| 66 |
-
col1, col2 = st.columns([3, 1])
|
| 67 |
-
|
| 68 |
-
|
| 69 |
st.text_input('Ask me a question', key='user_input', on_change=handle_submit)
|
|
|
|
| 70 |
|
| 71 |
with col1:
|
| 72 |
st.session_state.include_context = st.checkbox('Search in Help')
|
|
|
|
| 63 |
|
| 64 |
#st.title("Adrega AI Help")
|
| 65 |
|
|
|
|
|
|
|
|
|
|
| 66 |
st.text_input('Ask me a question', key='user_input', on_change=handle_submit)
|
| 67 |
+
col1, col2 = st.columns(2)
|
| 68 |
|
| 69 |
with col1:
|
| 70 |
st.session_state.include_context = st.checkbox('Search in Help')
|