Skip to content

Commit

Permalink
update itune package and itune.pkl file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantisan committed Oct 16, 2023
1 parent 209a623 commit a6a0a9c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Binary file added .itune_strategy.pkl
Binary file not shown.
Binary file removed itune_strategy.pkl
Binary file not shown.
3 changes: 0 additions & 3 deletions mind_palace/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def is_production_env():
only_choose_winning_params=is_production_env(),
)

itune.load()

st.set_page_config(page_title="Q&A with Dennis's PDFs")
st.title("Q&A with Dennis's PDFs 💬")

Expand Down Expand Up @@ -98,7 +96,6 @@ def get_welcome_message(abstracts):
def user_clicked_rating(is_good_response):
print(f"user thumbs {'up' if is_good_response else 'down'}")
itune.register_outcome(is_good_response)
itune.save()
st.session_state.rating_button_pressed = True


Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
itune==0.2.0
itune==0.3.0a1
pypdf==3.16.0
grobid-tei-xml==0.1.3
nltk==3.8.1
Expand Down

0 comments on commit a6a0a9c

Please sign in to comment.