Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def proc_submission(
|
|
109 |
|
110 |
html += ""
|
111 |
|
112 |
-
return html, sum_text_out,
|
113 |
|
114 |
|
115 |
def load_single_example_text(
|
|
|
109 |
|
110 |
html += ""
|
111 |
|
112 |
+
return html, sum_text_out, rates_out
|
113 |
|
114 |
|
115 |
def load_single_example_text(
|