Spaces:
Runtime error
Runtime error
kwabs22
commited on
Commit
·
fae3ef9
1
Parent(s):
c0c1626
Prompt Engineering steps placeholders
Browse files
app.py
CHANGED
|
@@ -985,7 +985,8 @@ Creating more diverse paths through the game""")
|
|
| 985 |
gr.HTML("Placeholder for clearing uploaded assets (public space and temporary persistence = sharing and space problems)")
|
| 986 |
with gr.Accordion("My Previous Quick Config Attempts", open=False):
|
| 987 |
for experimetal_config_name, experimetal_config in ExampleGameConfigs.items():
|
| 988 |
-
gr.Code(experimetal_config, label=experimetal_config_name)
|
|
|
|
| 989 |
with gr.Tab("Test and Edit Config"):
|
| 990 |
gr.HTML("The main issue is frequent changes add more chances for bugs in how - manual and auto refer mainly to ensuring correct JSON format ")
|
| 991 |
with gr.Tab("Full Manual - Test Example State Machine"):
|
|
|
|
| 985 |
gr.HTML("Placeholder for clearing uploaded assets (public space and temporary persistence = sharing and space problems)")
|
| 986 |
with gr.Accordion("My Previous Quick Config Attempts", open=False):
|
| 987 |
for experimetal_config_name, experimetal_config in ExampleGameConfigs.items():
|
| 988 |
+
gr.Code(str(experimetal_config), label=experimetal_config_name)
|
| 989 |
+
|
| 990 |
with gr.Tab("Test and Edit Config"):
|
| 991 |
gr.HTML("The main issue is frequent changes add more chances for bugs in how - manual and auto refer mainly to ensuring correct JSON format ")
|
| 992 |
with gr.Tab("Full Manual - Test Example State Machine"):
|