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 d959828 commit 1c3b7f8Copy full SHA for 1c3b7f8
1 file changed
src/dstack/_internal/server/app.py
@@ -419,16 +419,11 @@ def _sentry_traces_sampler(sampling_context: SamplingContext) -> float:
419
420
def _print_dstack_logo():
421
console.print(
422
- """[purple]╱╱╭╮╱╱╭╮╱╱╱╱╱╱╭╮
423
-╱╱┃┃╱╭╯╰╮╱╱╱╱╱┃┃
424
-╭━╯┣━┻╮╭╋━━┳━━┫┃╭╮
425
-┃╭╮┃━━┫┃┃╭╮┃╭━┫╰╯╯
426
-┃╰╯┣━━┃╰┫╭╮┃╰━┫╭╮╮
427
-╰━━┻━━┻━┻╯╰┻━━┻╯╰╯
428
-╭━━┳━━┳━┳╮╭┳━━┳━╮
429
-┃━━┫┃━┫╭┫╰╯┃┃━┫╭╯
430
-┣━━┃┃━┫┃╰╮╭┫┃━┫┃
431
-╰━━┻━━┻╯╱╰╯╰━━┻╯
+ r"""[purple] _ _ _
+ __| |___| |_ __ _ ___| | __ ___ ___ _ ____ _____ _ __
+ / _` / __| __/ _` |/ __| |/ / / __|/ _ \ '__\ \ / / _ \ '__|
+| (_| \__ \ || (_| | (__| < \__ \ __/ | \ V / __/ |
+ \__,_|___/\__\__,_|\___|_|\_\ |___/\___|_| \_/ \___|_|
432
[/]"""
433
)
434
0 commit comments