Pclanglais commited on
Commit
9acd972
·
verified ·
1 Parent(s): 1875a76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ class CombinedProcessor:
223
  bibtex_content = "\n\n".join(formatted_entries)
224
 
225
  # Create a paragraph with the top style information
226
- style_info = f"<p>Top bibliography style: {top_style} (Mean score: {top_style_score:.6f})</p>"
227
 
228
  # Combine the style information and BibTeX content
229
  result = f"{style_info}\n\n{bibtex_content}"
 
223
  bibtex_content = "\n\n".join(formatted_entries)
224
 
225
  # Create a paragraph with the top style information
226
+ style_info = f"<p>Estimated bibliographic style: {top_style}</p>"
227
 
228
  # Combine the style information and BibTeX content
229
  result = f"{style_info}\n\n{bibtex_content}"