Assertion key error

  1. The app is running locally.

  2. I am trying to run this app from the repository: GitHub - talbaram3192/Emotion_Recognition_project

  3. Error Message:

    "assert key in _config_options, 'Key "%s" is not defined.' % key
    AssertionError: Key "theme.primaryColor" is not defined."
    
  4. streamlit version = 0.76.0 and python = 3.7

Hi @barani_bala,

Thanks for posting!

Did you update any portion of the original code before running it locally? If yes, can you share the edits so I can replicate what you’re seeing on your end.