Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"],
|