mirror of
https://github.com/browser-use/browser-use
synced 2026-05-13 17:56:35 +02:00
address cubic
This commit is contained in:
@@ -362,14 +362,14 @@ def main(
|
||||
next_steps.append('5. Run your script:\n', style='bold')
|
||||
next_steps.append(f' uv run {output_path.name}\n', style='dim')
|
||||
|
||||
console.print(
|
||||
Panel(
|
||||
next_steps,
|
||||
title='[bold]Next steps[/bold]',
|
||||
border_style='#fe750e',
|
||||
padding=(1, 2),
|
||||
console.print(
|
||||
Panel(
|
||||
next_steps,
|
||||
title='[bold]Next steps[/bold]',
|
||||
border_style='#fe750e',
|
||||
padding=(1, 2),
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user