Spaces:
Sleeping
Sleeping
Removed trying to remove text from input box
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ st.markdown(
|
|
| 36 |
|
| 37 |
def handle_submit():
|
| 38 |
user_input = st.session_state.user_input
|
| 39 |
-
|
| 40 |
if user_input:
|
| 41 |
if st.session_state.include_context:
|
| 42 |
messages = [
|
|
|
|
| 36 |
|
| 37 |
def handle_submit():
|
| 38 |
user_input = st.session_state.user_input
|
| 39 |
+
|
| 40 |
if user_input:
|
| 41 |
if st.session_state.include_context:
|
| 42 |
messages = [
|