sjdata commited on
Commit
6295b4d
1 Parent(s): 1a411ba

testing chat interface

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -43,4 +43,3 @@ if prompt := st.chat_input("What is your question?"):
43
  st.markdown(response)
44
  # Add assistant response to chat history
45
  st.session_state.messages.append({"role": "assistant", "content": response})
46
- )
 
43
  st.markdown(response)
44
  # Add assistant response to chat history
45
  st.session_state.messages.append({"role": "assistant", "content": response})