Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ Your Classification and Explanation:
|
|
| 102 |
return classification
|
| 103 |
|
| 104 |
def critic_analysis(classification_output):
|
| 105 |
-
critic =
|
| 106 |
NP-hard problem, when broken into P-solvable subproblems, can be efficiently recombined to yield the full solution. Here is the problem and the analysis: {classification}
|
| 107 |
|
| 108 |
Instructions:
|
|
|
|
| 102 |
return classification
|
| 103 |
|
| 104 |
def critic_analysis(classification_output):
|
| 105 |
+
critic = llm_response(f'''"You are PolyCritic, an expert in computational complexity and problem decomposition. Your goal is to critically evaluate whether a given
|
| 106 |
NP-hard problem, when broken into P-solvable subproblems, can be efficiently recombined to yield the full solution. Here is the problem and the analysis: {classification}
|
| 107 |
|
| 108 |
Instructions:
|