louiecerv commited on
Commit
f6ffa35
·
1 Parent(s): b18febe

sync with remote

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ with tab1:
55
  The context is for senior high school students enrolled in a pre-calculus course.
56
  Use brief and concise phrasing and do not add text like 'Okay let's start' or 'Here is the explanation'."""
57
 
 
58
  if st.button("Explain"):
59
  with st.spinner("Gemini is thinking..."):
60
  response_text = basic_prompt(prompt)
 
55
  The context is for senior high school students enrolled in a pre-calculus course.
56
  Use brief and concise phrasing and do not add text like 'Okay let's start' or 'Here is the explanation'."""
57
 
58
+ st.write("Click the button below for a comprehensive explanation of the concept of the piecewise function.")
59
  if st.button("Explain"):
60
  with st.spinner("Gemini is thinking..."):
61
  response_text = basic_prompt(prompt)