Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def analyze_data(data, visualization_type):
|
|
100 |
st.pyplot(fig)
|
101 |
|
102 |
else:
|
103 |
-
st.warning("
|
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)
|