cdminix commited on
Commit
a165e08
·
1 Parent(s): a95697b

fix images

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -138,10 +138,9 @@ Your task is to analyze the provided formatted research paper text and identify
138
  Please analyze the paper carefully and provide:
139
  1. A list of potential pitfalls found (if any)
140
  2. For each pitfall found, provide:
141
- - The pitfall name
142
  - Specific evidence from the paper that suggests this pitfall
143
  - The section/page where this evidence appears
144
- - A confidence level (High/Medium/Low) for your assessment
145
  - Suggestions for improvement
146
  3. Be concise, and use markdown formatting.
147
  4. If you find evidence of a pitfall, make sure to look at ALL of the paper to see if it is mitigated elsewhere -- make sure to check the appendix of the paper as well.
@@ -149,8 +148,8 @@ Please analyze the paper carefully and provide:
149
  The output format:
150
 
151
  # Overall
152
- <img src="https://img.shields.io/severity/high-red" alt="Severity: High"> (for low use green, for medium use yellow, for high use red)
153
- <img src="https://img.shields.io/evaluation/objective-blue" alt="Objective evaluation"> (either write 'subjective', 'objective', or include two images in case both are present in the paper)
154
  [One sentence summary of evaluation use]
155
 
156
  # Pitfall
 
138
  Please analyze the paper carefully and provide:
139
  1. A list of potential pitfalls found (if any)
140
  2. For each pitfall found, provide:
141
+ - The pitfall name (and emoji)
142
  - Specific evidence from the paper that suggests this pitfall
143
  - The section/page where this evidence appears
 
144
  - Suggestions for improvement
145
  3. Be concise, and use markdown formatting.
146
  4. If you find evidence of a pitfall, make sure to look at ALL of the paper to see if it is mitigated elsewhere -- make sure to check the appendix of the paper as well.
 
148
  The output format:
149
 
150
  # Overall
151
+ ![](https://img.shields.io/severity/high-red) (for low use green, for medium use yellow, for high use red)
152
+ ![](https://img.shields.io/evaluation/objective-blue) (either write 'subjective', 'objective', or include two images in case both are present in the paper)
153
  [One sentence summary of evaluation use]
154
 
155
  # Pitfall