Stremly commited on
Commit
454ec10
·
verified ·
1 Parent(s): 22348bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def navigate(screenshot, task: str, platform: str, history):
63
  "## Action Space\nclick(start_box='...') / type(...)\n\n"
64
  f"### Task\n{task}"
65
  )
66
- user_history = [{"role":"user","content":prompt_header},{"role":"user","content":{"type": "image_url", "image_url": {"url": screenshot}}}]
67
  messages = user_history
68
 
69
 
 
63
  "## Action Space\nclick(start_box='...') / type(...)\n\n"
64
  f"### Task\n{task}"
65
  )
66
+ user_history = [{"role":"user","content":prompt_header},{"role":"user","content":{"type": "image_url", "image_url":screenshot}}]
67
  messages = user_history
68
 
69