HongzeFu commited on
Commit
2ec0072
·
1 Parent(s): 41a86ed

addtional space in action selection prompt

Browse files
Files changed (1) hide show
  1. gradio-web/config.py +1 -1
gradio-web/config.py CHANGED
@@ -63,7 +63,7 @@ DEMO_VIDEO_ENV_IDS = [
63
 
64
  UI_TEXT = {
65
  "log": {
66
- "action_selection_prompt": "Please select the action.\nActions with 🎯 need to select a point on the image as input",
67
  "point_selection_prompt": "Current action needs location input, please click on the image to select key pixel",
68
  "point_selected_message": "Select: {label} | point <{x}, {y}>",
69
  "execute_action_prompt": "Executing: {label}",
 
63
 
64
  UI_TEXT = {
65
  "log": {
66
+ "action_selection_prompt": "Please select the action.\n \nActions with 🎯 need to select a point on the image as input",
67
  "point_selection_prompt": "Current action needs location input, please click on the image to select key pixel",
68
  "point_selected_message": "Select: {label} | point <{x}, {y}>",
69
  "execute_action_prompt": "Executing: {label}",