Spaces:
Sleeping
Sleeping
test case update
Browse files- modules/ui_components.py +1 -1
modules/ui_components.py
CHANGED
@@ -68,7 +68,7 @@ def build_ui():
|
|
68 |
with gr.Column():
|
69 |
lore = gr.Textbox(label="Lore", lines=3, interactive=False)
|
70 |
desc = gr.Textbox(label="Description", lines=3, interactive=False)
|
71 |
-
player_state = gr.JSON(label="Player State"
|
72 |
context = gr.Textbox(label="Context", lines=6, interactive=False)
|
73 |
|
74 |
# Player Utterance는 별도 입력창
|
|
|
68 |
with gr.Column():
|
69 |
lore = gr.Textbox(label="Lore", lines=3, interactive=False)
|
70 |
desc = gr.Textbox(label="Description", lines=3, interactive=False)
|
71 |
+
player_state = gr.JSON(label="Player State")
|
72 |
context = gr.Textbox(label="Context", lines=6, interactive=False)
|
73 |
|
74 |
# Player Utterance는 별도 입력창
|