Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Peter
commited on
Commit
•
af3c92a
1
Parent(s):
7a2e137
format
Browse files
app.py
CHANGED
@@ -78,7 +78,9 @@ def proc_submission(
|
|
78 |
]
|
79 |
|
80 |
history["Summary Text"] = "<br>".join(sum_text)
|
81 |
-
history[
|
|
|
|
|
82 |
history["Summary Scores"] += "\n".join(sum_scores)
|
83 |
html = ""
|
84 |
rt = round((time.perf_counter() - st) / 60, 2)
|
|
|
78 |
]
|
79 |
|
80 |
history["Summary Text"] = "<br>".join(sum_text)
|
81 |
+
history[
|
82 |
+
"Summary Scores"
|
83 |
+
] = "The summary scores can be thought of as representing the quality of the summary. less-negative numbers (closer to 0) are better.<br><br>"
|
84 |
history["Summary Scores"] += "\n".join(sum_scores)
|
85 |
html = ""
|
86 |
rt = round((time.perf_counter() - st) / 60, 2)
|