Skip to content

Commit

Permalink
switch part (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk authored Apr 21, 2024
1 parent 16ebb8e commit 7d4925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def sotopia_info_accordion(accordion_visible=True):


with gr.Row():
user_agent_info_display = create_user_info(user_agent_dropdown.value)
bot_agent_info_display = create_bot_info(bot_agent_dropdown.value)
user_agent_info_display = create_user_info(user_agent_dropdown.value)

# Update user dropdown when scenario changes
environment_dropdown.change(fn=create_user_agent_dropdown, inputs=[environment_dropdown], outputs=[user_agent_dropdown])
Expand Down

0 comments on commit 7d4925b

Please sign in to comment.