diff --git a/frontend/ui.py b/frontend/ui.py index d81bcc4..d7dbda8 100644 --- a/frontend/ui.py +++ b/frontend/ui.py @@ -23,7 +23,7 @@ with st.sidebar: "LLM Модель", ["deepseek-r1:1.5b", "qwen2.5-coder:1.5b", "llama3.1:8b", "Arena Model"], ) - platform = st.radio("Платформа", ["GitHub Actions", "GitLab CI"]) + platform = st.radio("Платформа", ["PV DOT CI", "PV DOT CD", "DPM CI", "DPM CD"]) user_input = st.text_area( "Опишите пайплайн (например: 'Python app with pytest and docker build')", height=150