Spaces:
Running
on
Zero
Running
on
Zero
| """ | |
| File: description.py | |
| Author: Dmitry Ryumin, Maxim Markitantov, Elena Ryumina, Anastasia Dvoynikova, and Alexey Karpov | |
| 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"""\ | |
| # Intelligent system for Multimodal Affective States Analysis (MASAI) | |
| <div class="app-flex-container"> | |
| <img src="https://img.shields.io/badge/version-v{config_data.AppSettings_APP_VERSION}-stable" alt="Version"> | |
| </div> | |
| """ | |