mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 15:09:33 +00:00
update button text in xemm controller
This commit is contained in:
@@ -126,7 +126,7 @@ config = {
|
|||||||
yaml_config = yaml.dump(config, default_flow_style=False)
|
yaml_config = yaml.dump(config, default_flow_style=False)
|
||||||
|
|
||||||
with c3:
|
with c3:
|
||||||
upload_config_to_backend = st.button("Upload Config to BackendAPI")
|
upload_config_to_backend = st.button("Upload Config to Hummingbot-API")
|
||||||
|
|
||||||
if upload_config_to_backend:
|
if upload_config_to_backend:
|
||||||
backend_api_client = get_backend_api_client()
|
backend_api_client = get_backend_api_client()
|
||||||
|
|||||||
Reference in New Issue
Block a user