danrdoran commited on
Commit
c09641c
·
verified ·
1 Parent(s): 6d90197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ student_question = st.text_input("Ask your question in English or Arabic!")
37
  # Generate and display response using the LLaMA model
38
  if student_question:
39
  # Adjust prompt to encourage student-friendly responses
40
- prompt = f"You are a helpful and patient tutor for a young student. Please explain the answer step by step in simple terms: '{student_question}'"
41
 
42
  # Call the pipeline with adjusted parameters
43
  response = model_pipeline(
 
37
  # Generate and display response using the LLaMA model
38
  if student_question:
39
  # Adjust prompt to encourage student-friendly responses
40
+ prompt = f"Please explain the answer step by step in simple terms to a young student: '{student_question}'"
41
 
42
  # Call the pipeline with adjusted parameters
43
  response = model_pipeline(