Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def main():
|
|
27 |
st.write(" ")
|
28 |
|
29 |
# User input with a unique key that gets reset
|
30 |
-
user_input = st.text_input("Tell us what
|
31 |
|
32 |
# Display the conversation history
|
33 |
display_conversation()
|
|
|
27 |
st.write(" ")
|
28 |
|
29 |
# User input with a unique key that gets reset
|
30 |
+
user_input = st.text_input("Tell us what IT issues you are experiencing:", key="input_text", on_change=handle_input)
|
31 |
|
32 |
# Display the conversation history
|
33 |
display_conversation()
|