pranit144 commited on
Commit
6129e63
·
verified ·
1 Parent(s): aa57b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def get_explanation(topic, detail_level="medium"):
58
  prompt = f"""
59
  As an expert educator, create a comprehensive explanation about '{topic}' at a {detail_level} level of detail.
60
  Break down the {topic} in parts and then explain the parts of the {topic} in detail step by step
61
- Explain core concepts ,principles details, examples, and applications
62
  Include{detail_level}-level
63
  """
64
  response = st.session_state.gemini_model.generate_content(prompt)
 
58
  prompt = f"""
59
  As an expert educator, create a comprehensive explanation about '{topic}' at a {detail_level} level of detail.
60
  Break down the {topic} in parts and then explain the parts of the {topic} in detail step by step
61
+ Explain core concepts ,principles details, examples, and applications in most simple langauge as you you are teaching to new born
62
  Include{detail_level}-level
63
  """
64
  response = st.session_state.gemini_model.generate_content(prompt)