BaRiDo commited on
Commit
9a414cb
Β·
verified Β·
1 Parent(s): 39bc853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -208,10 +208,10 @@ def proximity_search( question ):
208
  return "\n".join(documents)
209
 
210
  # Streamlit UI
211
- st.title("πŸ” IBM Watson RAG Chatbot")
212
 
213
  # User input in Streamlit
214
- user_input = st.text_input("Enter your question:")
215
 
216
  if user_input:
217
 
 
208
  return "\n".join(documents)
209
 
210
  # Streamlit UI
211
+ st.title("πŸ” Policy Maker")
212
 
213
  # User input in Streamlit
214
+ user_input = st.chat_input("Type your message...")
215
 
216
  if user_input:
217