rairo commited on
Commit
24b77a6
·
verified ·
1 Parent(s): afdf026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def main():
133
 
134
  # Display the data
135
  with st.expander("Preview"):
136
- st.write(df.head())
137
 
138
  # Plot the data
139
  user_input = st.text_input("Type your message here",placeholder="Ask me about complaints from eThekwini residents")
 
133
 
134
  # Display the data
135
  with st.expander("Preview"):
136
+ st.write(complaints_df.head(3))
137
 
138
  # Plot the data
139
  user_input = st.text_input("Type your message here",placeholder="Ask me about complaints from eThekwini residents")