We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c294514 commit dfe6005Copy full SHA for dfe6005
1 file changed
src/dstack/_internal/server/app.py
@@ -419,11 +419,11 @@ def _sentry_traces_sampler(sampling_context: SamplingContext) -> float:
419
420
def _print_dstack_logo():
421
console.print(
422
- r"""[purple] _ _ _
423
- __| |___| |_ __ _ ___| | __ ___ ___ _ ____ _____ _ __
424
- / _` / __| __/ _` |/ __| |/ / / __|/ _ \ '__\ \ / / _ \ '__|
425
- | (_| \__ \ || (_| | (__| < \__ \ __/ | \ V / __/ |
426
- \__,_|___/\__\__,_|\___|_|\_\ |___/\___|_| \_/ \___|_|
+ r"""[purple] _ _ _
+ __| |___| |_ __ _ ___| | __ ___ ___ _ ____ _____ _ __
+ / _` / __| __/ _` |/ __| |/ / / __|/ _ \ '__\ \ / / _ \ '__|
+| (_| \__ \ || (_| | (__| < \__ \ __/ | \ V / __/ |
+ \__,_|___/\__\__,_|\___|_|\_\ |___/\___|_| \_/ \___|_|
427
[/]"""
428
)
429
0 commit comments