small fixes

This commit is contained in:
yadonglu
2025-02-03 17:05:17 -08:00
parent 3e51ba0da6
commit 8725445881
3 changed files with 12 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ class VLMAgent:
self.output_callback(f'<img src="data:image/png;base64,{img_to_show_base64}">', sender="bot")
self.output_callback(
f'<details>'
f' <summary>Screen Info for OmniParser Agent</summary>'
f' <summary>Parsed Screen elemetns by OmniParser</summary>'
f' <pre>{screen_info}</pre>'
f'</details>',
sender="bot"