fschwartzer commited on
Commit
64f85fb
1 Parent(s): 9d69a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -207,9 +207,7 @@ else:
207
  # Display the table in the third column
208
  #col3 = st.columns(1) # You can use st.columns(1) to create a single column layout
209
 
210
- col4_width = 500
211
- col5_width = 500
212
- col4, col5 = st.columns([col4_width, col5_width])
213
 
214
  if not filtered_df.empty:
215
  # Filter the DataFrame for the selected institution
@@ -301,7 +299,7 @@ if not filtered_df.empty:
301
  else:
302
  col4.warning('No data available for the selected filters.')
303
 
304
- #col5.header('Realizado X Previsto')
305
  data = {
306
  "Últimos 12 meses": [saude_value_prev, educacao_value_prev], # Placeholder data for 'Last 12 Months'
307
  "Próximos 12 meses": [saude_value, educacao_value] # Placeholder data for 'Next 12 Months'
 
207
  # Display the table in the third column
208
  #col3 = st.columns(1) # You can use st.columns(1) to create a single column layout
209
 
210
+
 
 
211
 
212
  if not filtered_df.empty:
213
  # Filter the DataFrame for the selected institution
 
299
  else:
300
  col4.warning('No data available for the selected filters.')
301
 
302
+
303
  data = {
304
  "Últimos 12 meses": [saude_value_prev, educacao_value_prev], # Placeholder data for 'Last 12 Months'
305
  "Próximos 12 meses": [saude_value, educacao_value] # Placeholder data for 'Next 12 Months'