addtional space in action selection prompt
Browse files- 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}",
|