fschwartzer commited on
Commit
6182642
1 Parent(s): 8a769c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -176,6 +176,8 @@ if not filtered_df.empty:
176
 
177
  # Append these rows to the table data
178
  table_data = pd.concat([table_data, saude_row, educacao_row], ignore_index=True)
 
 
179
 
180
  # Display the table
181
  st.table(table_data)
 
176
 
177
  # Append these rows to the table data
178
  table_data = pd.concat([table_data, saude_row, educacao_row], ignore_index=True)
179
+
180
+ table_data.fillna('-', inplace=True)
181
 
182
  # Display the table
183
  st.table(table_data)