Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ def main():
|
|
| 133 |
|
| 134 |
# Display the data
|
| 135 |
with st.expander("Preview"):
|
| 136 |
-
st.write(
|
| 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")
|