m97j commited on
Commit
1e828d1
·
1 Parent(s): 3d8218a

test case update

Browse files
Files changed (1) hide show
  1. 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", interactive=False)
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는 별도 입력창