Benjy commited on
Commit
ea87593
·
verified ·
1 Parent(s): cc59879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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's happening:", key="input_text", on_change=handle_input)
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()