rumaisa1054 commited on
Commit
a754c9d
·
verified ·
1 Parent(s): 5a25d9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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