OCEANAI / app /description_steps.py
ElenaRyumina's picture
v0.8.0 (#8)
1bf4da3 verified
raw history blame
No virus
413 Bytes
"""
File: description_steps.py
Author: Elena Ryumina and Dmitry Ryumin
Description: Project steps 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>
"""