Skip to content

Commit

Permalink
Update royal_game_6_experimental_layout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Hutchinson committed Jun 22, 2023
1 parent 5d35184 commit 7b06dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion royal_game_6_experimental_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def count_tokens(chain, query):
#Upload_Data(sh_scores, user, 3)
st.write("Condition: Partial")
st.write(conversation_string)
elif re.search(r"\bAccurate\b", response, re.IGNORECASE) or re.search(r"Let['’]s now move on to the next question", response, re.IGNORECASE) or re.search(r"Let['’]s move on to the next question", response, re.IGNORECASE):
elif re.search(r"\bAccurate\b", response) or re.search(r"Let['’]s now move on to the next question", response, re.IGNORECASE) or re.search(r"Let['’]s move on to the next question", response, re.IGNORECASE):
#st.session_state.requests.append(query)
# Full credit, next question
#Upload_Data(sh_scores, user, 5)
Expand Down

0 comments on commit 7b06dbc

Please sign in to comment.