AlineIoste commited on
Commit
1a5524e
·
verified ·
1 Parent(s): 7610aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ if st.session_state["knowleadge_base"] != "":
88
  with st.chat_message("user"):
89
  st.markdown(prompt)
90
 
91
- # Simular a resposta do assistente
92
  with st.chat_message("assistant"):
93
  stream = ExecuteModel(st.session_state["model"],
94
  st.session_state["company"],
 
88
  with st.chat_message("user"):
89
  st.markdown(prompt)
90
 
91
+ # Simular a resposta do assistente
92
  with st.chat_message("assistant"):
93
  stream = ExecuteModel(st.session_state["model"],
94
  st.session_state["company"],