You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The import for display, markdown, and Stream are incorrect, they should be from IPython instead of ipython.
The correct function is logger = logging.getLogger() instead of logging.getLogger().
The basicConfig method should be basicConfig() for configuring the logging level.
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
The text was updated successfully, but these errors were encountered:
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
Besides that, this tool has been more helpful than anyother coding assist
The text was updated successfully, but these errors were encountered: