OCEANAI / app /description.py
ElenaRyumina's picture
v0.8.0 (#8)
1bf4da3 verified
raw history blame
No virus
585 Bytes
"""
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 library to Big Five personality traits assessment and automate HR-processes.</h1>
<div class="app-flex-container">
<img src="https://img.shields.io/badge/version-v{config_data.AppSettings_APP_VERSION}-rc0" alt="Version">
</div>
"""