AnishaG0201 commited on
Commit
450dec4
1 Parent(s): 206dd3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def get_answers(questions,model):
8
  st.write("running get answers function answering following questions",questions)
9
 
10
 
11
- answer_prompt = ( "I want you to become a teacher answer this specific Question: {questions}. You should gave me a straightforward and consise explanation and answer to each one of them")
12
 
13
 
14
  if model == "Open AI":
 
8
  st.write("running get answers function answering following questions",questions)
9
 
10
 
11
+ answer_prompt = ( "Answer the following questions {questions}")
12
 
13
 
14
  if model == "Open AI":