Spaces:
Sleeping
Sleeping
Update M1_Assignment2.py
Browse files- M1_Assignment2.py +3 -3
M1_Assignment2.py
CHANGED
@@ -325,9 +325,9 @@ elif visualization_option == "Frequency of Funded Loans Over Time":
|
|
325 |
plt.grid(True)
|
326 |
st.pyplot(plt)
|
327 |
|
328 |
-
if st.button("AI Assitant, explain!!!"):
|
329 |
-
results = DDGS().chat("You're a smart data analyst. Provide and interpretate the results. Remember to check which Sectors, Gender groups, Country." + str((filtered_data.describe())))
|
330 |
-
st.write(results)
|
331 |
|
332 |
# PART BONUS - DEBUGGING
|
333 |
with st.expander("DEBUGGING 🤓"):
|
|
|
325 |
plt.grid(True)
|
326 |
st.pyplot(plt)
|
327 |
|
328 |
+
# if st.button("AI Assitant, explain!!!"):
|
329 |
+
# results = DDGS().chat("You're a smart data analyst. Provide and interpretate the results. Remember to check which Sectors, Gender groups, Country." + str((filtered_data.describe())))
|
330 |
+
# st.write(results)
|
331 |
|
332 |
# PART BONUS - DEBUGGING
|
333 |
with st.expander("DEBUGGING 🤓"):
|