Aamir commited on
Commit
1014e76
·
verified ·
1 Parent(s): c3c39de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ def chatbot_ui():
41
  """,
42
  unsafe_allow_html=True,
43
  )
44
- user_input = st.text_input(🔍"Type your question:", "")
 
45
 
46
  if st.button("Send") and user_input:
47
  generate_response(user_input)
 
41
  """,
42
  unsafe_allow_html=True,
43
  )
44
+ user_input = st.text_input("Type your question:", "")
45
+
46
 
47
  if st.button("Send") and user_input:
48
  generate_response(user_input)