Skip to content

Commit 4bf7dd4

Browse files
update app.py
1 parent f8183b9 commit 4bf7dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/pages/config/xemm_controller

frontend/pages/config/xemm_controller/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def create_order_graph(order_type, targets, min_profit, max_profit):
126126
yaml_config = yaml.dump(config, default_flow_style=False)
127127

128128
with c3:
129-
upload_config_to_backend = st.button("Upload Config to BackendAPI")
129+
upload_config_to_backend = st.button("Upload Config to Hummingbot-API")
130130

131131
if upload_config_to_backend:
132132
backend_api_client = get_backend_api_client()

0 commit comments

Comments
 (0)