fschwartzer commited on
Commit
e270420
·
verified ·
1 Parent(s): 7f0298f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def response(user_question, table_data):
52
 
53
  # Streamlit interface
54
 
55
- st.dataframe(table_data.sort_values(by=['Ano e mês', 'Despesa']), ascending=False) # Add this line to display the table data
56
 
57
  st.markdown("""
58
  <div style='display: flex; align-items: center;'>
 
52
 
53
  # Streamlit interface
54
 
55
+ st.dataframe(table_data.sort_values(by=['Ano e mês', 'Valor Monetário']), ascending=False) # Add this line to display the table data
56
 
57
  st.markdown("""
58
  <div style='display: flex; align-items: center;'>