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 03b46f7 commit fb595e6
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 @@ -769,7 +769,7 @@ def count_tokens(chain, query):
else:
st.write("Please input /start to begin the chat.")
st.session_state.responses.append(response)
st.session_state.requests.append(query)
#st.session_state.requests.append(query)
if re.search(r'\bPartially Accurate\b', response) or re.search(r'\bpartially accurate\b', response):
st.write("Condition: Partial")
st.write(conversation_string)
Expand Down

0 comments on commit fb595e6

Please sign in to comment.