Issues Running Codex Data Analyzer App

Summary

I am able to login to the app and upload my own data. However, when I ask the program to do anything, it has this error no matter what computer I am using or internet browser.

Steps to reproduce

When I ask the program to analyze data, even the data provided on the app it throws the following error:

Code snippet:

UnboundLocalError: local variable 'completion_all' referenced before assignment
Traceback:
File "/usr/local/lib/python3.10/dist-packages/streamlit/runtime/scriptrunner/script_runner.py", line 562, in _run_script
    exec(code, module.__dict__)
File "/mounted/streamlit_app.py", line 308, in <module>
    ai_analytics()
File "/mounted/streamlit_app.py", line 282, in ai_analytics
    print("completion_all:", completion_all)

Thank you so much for your help!

Hey @Lydia_Tresse,
Thanks for sharing your question! Please update your post to include a code snippet from the app so we can reproduce the issue.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.