@@ -758,7 +758,7 @@ def _generate_markdown_content(self, markdown) -> List[str]:
758758
759759 def _generate_html_content (self , html ) -> List [str ]:
760760 """
761- Generate content for an HTML component.
761+ Generate content for an HTML component.
762762
763763 Parameters
764764 ----------
@@ -818,7 +818,7 @@ def _generate_html_content(self, html) -> List[str]:
818818
819819 def _generate_apicall_content (self , apicall ) -> List [str ]:
820820 """
821- Generate content for an API component. This method handles the API call and formats
821+ Generate content for an API component. This method handles the API call and formats
822822 the response for display in the Streamlit app.
823823
824824 Parameters
@@ -865,8 +865,8 @@ def _generate_chatbot_content(self, chatbot) -> List[str]:
865865 """
866866 Generate content to render a ChatBot component, supporting standard and Ollama-style streaming APIs.
867867
868- This method builds and returns a list of strings, which are later executed to create the chatbot
869- interface in a Streamlit app. It includes user input handling, API interaction logic, response parsing,
868+ This method builds and returns a list of strings, which are later executed to create the chatbot
869+ interface in a Streamlit app. It includes user input handling, API interaction logic, response parsing,
870870 and conditional rendering of text, source links, and HTML subgraphs.
871871
872872 The function distinguishes between two chatbot modes:
0 commit comments