Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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>
|
| 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}"
|