Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -134,14 +134,6 @@ def create_bibtex_entry(data):
|
|
134 |
|
135 |
return bibtex
|
136 |
|
137 |
-
These changes should result in a more complete and accurate BibTeX entry. The fields will only be included if they have content, and all the information from the input should now be properly captured.
|
138 |
-
|
139 |
-
If you're still experiencing issues after making these changes, please provide an example of the input text you're using and the output you're getting. This will help me further diagnose and resolve any remaining problems.
|
140 |
-
Claude does not have the ability to run the code it generates yet.
|
141 |
-
Claude can make mistakes. Please double-check responses.
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
|
146 |
def transform_chunks(marianne_segmentation):
|
147 |
marianne_segmentation = pd.DataFrame(marianne_segmentation)
|
|
|
134 |
|
135 |
return bibtex
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
def transform_chunks(marianne_segmentation):
|
139 |
marianne_segmentation = pd.DataFrame(marianne_segmentation)
|