TovaHasi commited on
Commit
104d339
1 Parent(s): d65c60a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -24,6 +24,16 @@ if genre == 'Покупка автоматизированного ричтра
24
  col1, col2, col3 = st.columns(3)
25
 
26
  with col1:
 
 
 
 
 
 
 
 
 
 
27
  Buying_an_autopilot = st.number_input('Покупка автопилота, руб.', value=2000000)
28
  Purchase_of_peripheral_equipment = st.number_input('Покупка перефирийного оборудования, руб.', value=40000)
29
  Purchase_by = st.number_input('Покупка ПО, руб.', value=10000)
 
24
  col1, col2, col3 = st.columns(3)
25
 
26
  with col1:
27
+ st.markdown(
28
+ """
29
+ <style>
30
+ span[data-baseweb="tag"] {
31
+ background-color: blue !important;
32
+ }
33
+ </style>
34
+ """,
35
+ unsafe_allow_html=True,
36
+ )
37
  Buying_an_autopilot = st.number_input('Покупка автопилота, руб.', value=2000000)
38
  Purchase_of_peripheral_equipment = st.number_input('Покупка перефирийного оборудования, руб.', value=40000)
39
  Purchase_by = st.number_input('Покупка ПО, руб.', value=10000)