Skip to content

project

This module is the main entry point for the Streamlit app. It contains the main logic for the Streamlit app.

Note

The module imports the necessary classes and functions from the project package.

database: ChatRepositoryImp = create_or_update_session(State.CHAT_REPOSITORY.value, init_value=ChatRepositoryImp()) module-attribute

export: Export = create_or_update_session(State.EXPORT.value, init_value=Export()) module-attribute

gemini: Gemini = create_or_update_session(State.GEMINI.value, init_value=Gemini()) module-attribute