Spaces:
Sleeping
Sleeping
Update pages/2_Player_Comparison_Throw_Image.py
Browse files
pages/2_Player_Comparison_Throw_Image.py
CHANGED
|
@@ -125,6 +125,6 @@ def main():
|
|
| 125 |
|
| 126 |
except Exception as e:
|
| 127 |
st.error(f"⚠️ Player stats not found: {e}")
|
| 128 |
-
|
| 129 |
if __name__ == "__main__":
|
| 130 |
main()
|
|
|
|
| 125 |
|
| 126 |
except Exception as e:
|
| 127 |
st.error(f"⚠️ Player stats not found: {e}")
|
| 128 |
+
|
| 129 |
if __name__ == "__main__":
|
| 130 |
main()
|