Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def main():
|
|
21 |
st.session_state.chat_messages.append({"role": "user", "content": prompt})
|
22 |
|
23 |
# Get AI response using responsr function
|
24 |
-
response = responsr(prompt)
|
25 |
|
26 |
|
27 |
# Display assistant's response in chat message container
|
|
|
21 |
st.session_state.chat_messages.append({"role": "user", "content": prompt})
|
22 |
|
23 |
# Get AI response using responsr function
|
24 |
+
response = "responsr(prompt)"
|
25 |
|
26 |
|
27 |
# Display assistant's response in chat message container
|