Description
Hi!
Starting the script I get this error on the webpage. Can you help me please? Thank you!
File "C:\Users\HP\Downloads\crash\crashpredict-main\crashpredict-main.venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 121, in exec_func_with_error_handling
result = func()
^^^^^^
File "C:\Users\HP\Downloads\crash\crashpredict-main\crashpredict-main.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 648, in code_to_exec
exec(code, module.dict)
File "C:\Users\HP\Downloads\crash\crashpredict-main\crashpredict-main\ui.py", line 64, in
laod_game_data()
File "C:\Users\HP\Downloads\crash\crashpredict-main\crashpredict-main\ui.py", line 30, in laod_game_data
x = fetch.main()
^^^^^^^^^^^^
File "C:\Users\HP\Downloads\crash\crashpredict-main\crashpredict-main\fetch.py", line 77, in main
return json_data[0]