Skip to content

Commit 0657be2

Browse files
author
katiue
committed
fiding bug
1 parent f39b154 commit 0657be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webui.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def run_browser_agent(
131131
if new_videos - existing_videos:
132132
latest_video = list(new_videos - existing_videos)[0] # Get the first new video
133133

134-
return final_result, errors, model_actions, model_thoughts, latest_video
134+
return final_result, errors, model_actions, model_thoughts, latest_video, trace_file
135135

136136
async def run_org_agent(
137137
llm,
@@ -666,7 +666,7 @@ def create_ui(theme_name="Ocean"):
666666

667667
with gr.TabItem("📊 Results", id=5):
668668
with gr.Group():
669-
669+
670670
recording_display = gr.Video(label="Latest Recording")
671671

672672
gr.Markdown("### Results")
@@ -755,7 +755,7 @@ def list_recordings(save_recording_path):
755755
errors_output,
756756
model_actions_output,
757757
model_thoughts_output,
758-
recording_file,
758+
recording_display,
759759
trace_file
760760
],
761761
queue=True,

0 commit comments

Comments
 (0)