File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 35
35
# Global variables for persistence
36
36
_global_browser = None
37
37
_global_browser_context = None
38
- _global_playwright = None
39
38
40
39
async def run_browser_agent (
41
40
agent_type ,
@@ -258,8 +257,6 @@ async def run_custom_agent(
258
257
)
259
258
)
260
259
261
- # Handle browser context based on configuration
262
-
263
260
if _global_browser_context is None :
264
261
_global_browser_context = await _global_browser .new_context (
265
262
config = BrowserContextConfig (
@@ -670,7 +667,7 @@ def create_ui(theme_name="Ocean"):
670
667
with gr .TabItem ("📊 Results" , id = 5 ):
671
668
with gr .Group ():
672
669
673
- recording_file = gr .Video (label = "Latest Recording" )
670
+ recording_display = gr .Video (label = "Latest Recording" )
674
671
675
672
gr .Markdown ("### Results" )
676
673
with gr .Row ():
You can’t perform that action at this time.
0 commit comments