Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,9 +94,9 @@ def main():
|
|
94 |
|
95 |
# Text input for user queries
|
96 |
|
97 |
-
with st.chat_message("
|
98 |
-
st.write("
|
99 |
-
user_query = st.text_area(
|
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
|