Skip to content

Commit 744a538

Browse files
committed
🩹 Add balck format
1 parent 4e1c360 commit 744a538

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/vuegen/streamlit_reportview.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)