Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def load_url(url):
|
|
194 |
|
195 |
def tot_prob():
|
196 |
try:
|
197 |
-
fin_out = fin_sum[0][
|
198 |
print (fin_out)
|
199 |
except Exception as e:
|
200 |
print (f'ERROR :: {e}')
|
|
|
194 |
|
195 |
def tot_prob():
|
196 |
try:
|
197 |
+
fin_out = fin_sum[0][0]+fin_sum[1][0]+fin_sum[2][0]
|
198 |
print (fin_out)
|
199 |
except Exception as e:
|
200 |
print (f'ERROR :: {e}')
|