Spaces:
Build error
Build error
Update app.py
Browse files
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)
|