From 058530e343e17f16fb49d2808cf9278431e84318 Mon Sep 17 00:00:00 2001 From: Damir Date: Tue, 7 Apr 2026 22:41:25 +0300 Subject: [PATCH] update --- frontend/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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