""" 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"""\

{config_data.InformationMessages_STEP_1}

""" STEP_2 = f"""\

{config_data.InformationMessages_STEP_2}

"""