mgokg commited on
Commit
b913782
·
verified ·
1 Parent(s): 9247a78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,7 +37,8 @@ if st.button("Generate"):
37
  with st.spinner("Generating response..."):
38
 
39
  bar = st.progress(0)
40
- #sdf = SmartDataframe(df1)
 
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)