Spaces:
Running
Running
Update app.py
Browse files
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', '
|
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;'>
|