adowu commited on
Commit
e3f3ff3
1 Parent(s): 0fdd8ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -62,6 +62,5 @@ def main():
62
 
63
  # Dodaj odpowiedź asystenta do historii
64
  st.session_state.messages.append({"role": "assistant", "content": full_response})
65
-
66
  if __name__ == "__main__":
67
  main()
 
62
 
63
  # Dodaj odpowiedź asystenta do historii
64
  st.session_state.messages.append({"role": "assistant", "content": full_response})
 
65
  if __name__ == "__main__":
66
  main()