OCEANAI / app /description_steps.py
DmitryRyumin's picture
Summary
05d81c3
raw
history blame
No virus
383 Bytes
"""
File: description.py
Author: 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
STEP_1 = f"""\
<h2 align="center">{config_data.InformationMessages_STEP_1}</h2>
"""
STEP_2 = f"""\
<h2 align="center">{config_data.InformationMessages_STEP_2}</h2>
"""