Skip to content

Commit

Permalink
temporary: view mindmap markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhendra committed Oct 22, 2024
1 parent cff87b9 commit 2d26839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mindmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def generate_mindmap(query: str) -> str:
return "Sorry, I couldn't generate a mindmap at this time."

def display_mindmap(mindmap_content: str):
st.info(mindmap_content)
st.code(mindmap_content, language="markdown")

def mindmap_tab_content():
st.header("Mindmap")
Expand Down

0 comments on commit 2d26839

Please sign in to comment.