AI-Quotient commited on
Commit
735d35a
·
verified ·
1 Parent(s): ed00423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ Your Classification and Explanation:
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:
109
  1️⃣ Input: A decomposed NP-hard problem along with its P-solvable subproblems.
 
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_output}
107
 
108
  Instructions:
109
  1️⃣ Input: A decomposed NP-hard problem along with its P-solvable subproblems.