fruitpicker01 commited on
Commit
09c2e60
·
verified ·
1 Parent(s): 131987a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -933,6 +933,7 @@ with gr.Blocks() as demo:
933
  )
934
 
935
  selections = []
 
936
  for feature in features.keys():
937
  if feature not in ["Пол Поколение Психотип"]: # Исключаем этот лист из выбора
938
  selections.append(gr.Dropdown(choices=[None] + list(features[feature].keys()), label=f"Выберите {feature}"))
 
933
  )
934
 
935
  selections = []
936
+ gr.Markdown("**Персонализация**")
937
  for feature in features.keys():
938
  if feature not in ["Пол Поколение Психотип"]: # Исключаем этот лист из выбора
939
  selections.append(gr.Dropdown(choices=[None] + list(features[feature].keys()), label=f"Выберите {feature}"))