DrishtiSharma commited on
Commit
f70e493
·
verified ·
1 Parent(s): 7af1158

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -88,7 +88,7 @@ if st.session_state.df is not None:
88
  st.write(response)
89
 
90
  # Check for keywords that indicate the user wants a plot
91
- if any(keyword in user_query.lower() for keyword in ["plot", "graph", "draw", "visualize", "chart", "visualizations"]):
92
  st.write("### Generating Plot...")
93
  try:
94
  chat_df.chat(user_query)
 
88
  st.write(response)
89
 
90
  # Check for keywords that indicate the user wants a plot
91
+ if any(keyword in user_query.lower() for keyword in ["plot", "graph", "draw", "visualize", "chart", "visualizations", "visualise"]):
92
  st.write("### Generating Plot...")
93
  try:
94
  chat_df.chat(user_query)