Spaces:
Sleeping
Sleeping
Jimin Park
commited on
Commit
·
c14957a
1
Parent(s):
b734de7
added new structure
Browse files- util/app.py +1 -1
util/app.py
CHANGED
@@ -221,7 +221,7 @@ def predict_top_5_champion_w_confidence(player_opgg_url, *champions):
|
|
221 |
clean_output = "\n".join(f"{col}: {val}" for col, val in latest_result.items())
|
222 |
print(clean_output)
|
223 |
|
224 |
-
return clean_output
|
225 |
|
226 |
except Exception as e:
|
227 |
print(f"Error getting top 5 champions: {e}")
|
|
|
221 |
clean_output = "\n".join(f"{col}: {val}" for col, val in latest_result.items())
|
222 |
print(clean_output)
|
223 |
|
224 |
+
return clean_output
|
225 |
|
226 |
except Exception as e:
|
227 |
print(f"Error getting top 5 champions: {e}")
|