sci-m-wang commited on
Commit
e07b128
·
verified ·
1 Parent(s): 02e601a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -2
src/streamlit_app.py CHANGED
@@ -138,8 +138,7 @@ with st.sidebar:
138
  portrait=selected_patient_data["portrait"],
139
  report=selected_patient_data["report"],
140
  previous_conversations=selected_patient_data["conversation"],
141
- language="Chinese",
142
- client=st.session_state.openai_client
143
  )
144
  st.session_state.messages = [{"role": "assistant", "content": "你好,医生..."}]
145
  st.rerun()
 
138
  portrait=selected_patient_data["portrait"],
139
  report=selected_patient_data["report"],
140
  previous_conversations=selected_patient_data["conversation"],
141
+ language="Chinese"
 
142
  )
143
  st.session_state.messages = [{"role": "assistant", "content": "你好,医生..."}]
144
  st.rerun()