fschwartzer commited on
Commit
fac9697
1 Parent(s): 703e3e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -80,12 +80,14 @@ title_html = """
80
  """
81
 
82
  factor_html = """
 
83
  <span style='color: gray; font-size: 36px;'>aval</span>
84
  <span style='color: white; font-size: 36px;'>ia</span>
85
  <span style='color: gray; font-size: 36px;'>.FACTOR</span>
86
  """
87
 
88
  evo_html = """
 
89
  <span style='color: gray; font-size: 36px;'>aval</span>
90
  <span style='color: white; font-size: 36px;'>ia</span>
91
  <span style='color: gray; font-size: 36px;'>.EVO</span>
@@ -139,8 +141,8 @@ with st.sidebar:
139
  radius_in_meters = st.slider('Selecione raio (em metros)', min_value=100, max_value=5000, value=1000)
140
 
141
  # Links to other apps at the bottom of the sidebar
142
- st.sidebar.markdown("[factor_html, unsafe_allow_html=True](https://huggingface.co/spaces/DavidSB/avaliaFACTOR)")
143
- st.sidebar.markdown("[evo_html, unsafe_allow_html=True](https://huggingface.co/spaces/DavidSB/avalia.EVO)")
144
 
145
 
146
  # Filter data based on the radius
 
80
  """
81
 
82
  factor_html = """
83
+ <a href='https://huggingface.co/spaces/DavidSB/avaliaFACTOR' target='_blank' style='text-decoration: none; color: inherit;'>
84
  <span style='color: gray; font-size: 36px;'>aval</span>
85
  <span style='color: white; font-size: 36px;'>ia</span>
86
  <span style='color: gray; font-size: 36px;'>.FACTOR</span>
87
  """
88
 
89
  evo_html = """
90
+ <a href='https://huggingface.co/spaces/DavidSB/avalia.EVO' target='_blank' style='text-decoration: none; color: inherit;'>
91
  <span style='color: gray; font-size: 36px;'>aval</span>
92
  <span style='color: white; font-size: 36px;'>ia</span>
93
  <span style='color: gray; font-size: 36px;'>.EVO</span>
 
141
  radius_in_meters = st.slider('Selecione raio (em metros)', min_value=100, max_value=5000, value=1000)
142
 
143
  # Links to other apps at the bottom of the sidebar
144
+ st.sidebar.markdown(factor_html, unsafe_allow_html=True)
145
+ st.sidebar.markdown(evo_html, unsafe_allow_html=True)
146
 
147
 
148
  # Filter data based on the radius