File size: 763 Bytes
f51c1fd
 
1bf4da3
f51c1fd
 
 
 
 
 
 
 
0b515b1
f51c1fd
 
 
b4828f0
f51c1fd
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"""
File: description.py
Author: Elena Ryumina and Dmitry Ryumin
Description: Project description for the Gradio app.
License: MIT License
"""

# Importing necessary components for the Gradio app
from app.config import config_data

DESCRIPTION = f"""\
<h1><a href="https://github.com/aimclub/OCEANAI" target="_blank">OCEAN-AI</a> is an open-source framework for Big Five personality traits assessment and HR-processes automatization.</h1>

<div class="app-flex-container">
    <img src="https://img.shields.io/badge/version-v{config_data.AppSettings_APP_VERSION}-rc0" alt="Version">
    <a href='https://github.com/DmitryRyumin/OCEANAI' target='_blank'><img src='https://img.shields.io/github/stars/DmitryRyumin/OCEANAI?style=flat' alt='GitHub' /></a>
</div>
"""