Skip to content

capitalization issues #2

@ecomoptimizer

Description

@ecomoptimizer

this bot is having issues with capitalization.
When i had it debug code, it reported code as not bing capitalized that was and even shows capitalization in the chat window after i pasted it in, but once i hit send, it showed it as not being capitalized in the onscreen chat history.

Listed below are some odf the items it reported as issues and there was nothing wrong with any of it when I pasted it in the window

  1. The import for display, markdown, and Stream are incorrect, they should be from IPython instead of ipython.
  2. The correct function is logger = logging.getLogger() instead of logging.getLogger().
  3. The basicConfig method should be basicConfig() for configuring the logging level.
  4. The unsafe_allow_html=true argument in the st.markdown call should be unsafe_allow_html=True.

Besides that, this tool has been more helpful than anyother coding assist

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions