Spaces:
Runtime error
Runtime error
2001muhammadumair
commited on
Commit
•
61fb910
1
Parent(s):
1aef6a5
Update app.py
Browse files
app.py
CHANGED
@@ -175,6 +175,23 @@ Using the following context from the pharmacy PDF, respond with structured detai
|
|
175 |
- **Summary**
|
176 |
"""
|
177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
|
179 |
|
180 |
prompt = system_prompt + "\n\n" + user_prompt + "\n\n" + assistant_prompt
|
|
|
175 |
- **Summary**
|
176 |
"""
|
177 |
|
178 |
+
# **Response Structure:**
|
179 |
+
# - **Overview of the concept**
|
180 |
+
# - **Definition**
|
181 |
+
# - **Examples** (including relevant case studies)
|
182 |
+
# - **Formulas** (if available)
|
183 |
+
# - **Key Terms and Definitions**
|
184 |
+
# - **Historical Context**
|
185 |
+
# - **Applications and Practical Uses**
|
186 |
+
# - **Step-by-Step Explanation** of processes or calculations
|
187 |
+
# - **Visual Aids** (suggestions for diagrams or graphs)
|
188 |
+
# - **Purpose and significance**
|
189 |
+
# - **Common Misconceptions**
|
190 |
+
# - **Key Challenges and Controversies** in the field
|
191 |
+
# - **Future Directions** or potential advancements
|
192 |
+
# - **Summative Table** for quick reference
|
193 |
+
# - **Final Summary**
|
194 |
+
# """
|
195 |
|
196 |
|
197 |
prompt = system_prompt + "\n\n" + user_prompt + "\n\n" + assistant_prompt
|