peterpull commited on
Commit
556c84b
·
1 Parent(s): 77565d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def chatbot(input_text, history=conversation_history):
120
  with open('about.txt', 'r') as file:
121
  about = file.read()
122
 
123
- examples=[["What are three excellent questions to ask at intake?"],["How do you handle high conflict divorce cases?"],["What metaphors do you steer parties away from in mediation? Which do you prefer?"]]
124
  description="GPT3_Chatbot drawing on contextual mediation material, v0.6H"
125
  title="The MediatorBot"
126
 
 
120
  with open('about.txt', 'r') as file:
121
  about = file.read()
122
 
123
+ examples=[["What are three excellent questions to ask at intake?"],["How do you handle high conflict divorce cases?"],["Which metaphors do you steer parties away from in mediation? Which do you prefer?"]]
124
  description="GPT3_Chatbot drawing on contextual mediation material, v0.6H"
125
  title="The MediatorBot"
126