sschet commited on
Commit
0247075
1 Parent(s): 7d6253b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def main():
69
 
70
  # Save 'prompt_2' to the chat history
71
  st.session_state['chat_history'] += "<div style='color: blue;'>You: </div>"
72
- st.session_state['chat_history'] += f"{prompt_2}"
73
  st.session_state['chat_history'] += "<br><hr style='border: 1px solid black;'>"
74
 
75
  # Hit the OpenAI API with 'prompt_2'
 
69
 
70
  # Save 'prompt_2' to the chat history
71
  st.session_state['chat_history'] += "<div style='color: blue;'>You: </div>"
72
+ st.session_state['chat_history'] += "You are a researcher tasked with investigating the 3 answer options provided. List the flaws and faulty logic of each answer option. Let's work this out in a step by step way to be sure we have all the errors:"
73
  st.session_state['chat_history'] += "<br><hr style='border: 1px solid black;'>"
74
 
75
  # Hit the OpenAI API with 'prompt_2'