kwabs22 commited on
Commit
10add21
·
1 Parent(s): a5e2ef7

Test mermaid editor load

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -827,7 +827,7 @@ with gr.Blocks() as demo:
827
  with gr.Accordion("Decisions / Timeline Creation to Story to Config Conversation", open=False):
828
  with gr.Tab("Structures for interesting timeline progression"):
829
  with gr.Tab("Some Example Structures and considerations"):
830
- gr.HTML(f"Placeholder - Considerations - Story from the perspective of Main character or NPC in the LLM genereated story<br><br>{mermaidstorystructures["Parallel Storylines Progression"]}")
831
 
832
  with gr.Tab(""):
833
  gr.HTML("Placeholder for mermaid diagrams")
 
827
  with gr.Accordion("Decisions / Timeline Creation to Story to Config Conversation", open=False):
828
  with gr.Tab("Structures for interesting timeline progression"):
829
  with gr.Tab("Some Example Structures and considerations"):
830
+ gr.HTML(f"Placeholder - Considerations - Story from the perspective of Main character or NPC in the LLM genereated story<br><br>{mermaidstorystructures['Parallel Storylines Progression']}")
831
 
832
  with gr.Tab(""):
833
  gr.HTML("Placeholder for mermaid diagrams")