Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ if st.button("Generate"):
|
|
37 |
with st.spinner("Generating response..."):
|
38 |
|
39 |
bar = st.progress(0)
|
40 |
-
|
|
|
41 |
#container.empty
|
42 |
sdf.chat(prompt)
|
43 |
st.image('./exports/charts/temp_chart.png',caption=None)
|
|
|
37 |
with st.spinner("Generating response..."):
|
38 |
|
39 |
bar = st.progress(0)
|
40 |
+
|
41 |
+
sdf = SmartDataframe(data)
|
42 |
#container.empty
|
43 |
sdf.chat(prompt)
|
44 |
st.image('./exports/charts/temp_chart.png',caption=None)
|