EditsPaarth commited on
Commit
3d4ecb5
·
verified ·
1 Parent(s): b162e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def analyze_data(data, visualization_type):
100
  st.pyplot(fig)
101
 
102
  else:
103
- st.warning("Either the dataset provided has no numerical data or your selected options are not valid (please choose a non numeric data in y axis), so it isnt available for visualisation. But you can chat with it")
104
 
105
  # Automatically generate a prompt for Groq based on the analysis
106
  prompt = generate_groq_prompt(data, visualization_type)
 
100
  st.pyplot(fig)
101
 
102
  else:
103
+ st.warning("The database provided has no numerical data, so it isnt availble for visualisation. But you can chat with it")
104
 
105
  # Automatically generate a prompt for Groq based on the analysis
106
  prompt = generate_groq_prompt(data, visualization_type)