AlanOC commited on
Commit
3ea543a
1 Parent(s): 3073609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -94,9 +94,9 @@ def main():
94
 
95
  # Text input for user queries
96
 
97
- with st.chat_message("user"):
98
- st.write("Hello 👋")
99
- user_query = st.text_area("Type your question here...")
100
 
101
  if st.button("Ask"):
102
  # Call your AI model function here with user_query as input
 
94
 
95
  # Text input for user queries
96
 
97
+ with st.chat_message("assistant"):
98
+ st.write("How can we help you today?")
99
+ user_query = st.text_area()
100
 
101
  if st.button("Ask"):
102
  # Call your AI model function here with user_query as input