Spaces:
Running
Running
Round CFDI
Browse files
main.py
CHANGED
@@ -103,6 +103,8 @@ def plot_and_return_stats(
|
|
103 |
)[:3]
|
104 |
]
|
105 |
)
|
|
|
|
|
106 |
|
107 |
# Get most common oldest papers
|
108 |
# oldest_paper_text = "".join(
|
|
|
103 |
)[:3]
|
104 |
]
|
105 |
)
|
106 |
+
|
107 |
+
cfdi = round(cfdi, 3)
|
108 |
|
109 |
# Get most common oldest papers
|
110 |
# oldest_paper_text = "".join(
|