Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
31e9fea
1
Parent(s):
10add21
Test mermaid editor load
Browse files
app.py
CHANGED
@@ -827,7 +827,8 @@ 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(
|
|
|
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("Placeholder - Considerations - Story from the perspective of Main character or NPC in the LLM genereated story")
|
831 |
+
gr.Code(value=mermaidstorystructures['Parallel Storylines Progression'])
|
832 |
|
833 |
with gr.Tab(""):
|
834 |
gr.HTML("Placeholder for mermaid diagrams")
|