Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,12 +60,13 @@ if st.button("Generate"):
|
|
60 |
|
61 |
with bild:
|
62 |
sdf = SmartDataframe(df1)
|
|
|
63 |
#with st.spinner("Generating response..."):
|
64 |
|
65 |
if os.path.isfile('./exports/charts/temp_chart.png'):
|
66 |
st.image('./exports/charts/temp_chart.png')
|
67 |
|
68 |
-
|
69 |
#st.success('Done!')
|
70 |
#bar.progress(100)
|
71 |
|
|
|
60 |
|
61 |
with bild:
|
62 |
sdf = SmartDataframe(df1)
|
63 |
+
st.write(sdf.chat(prompt))
|
64 |
#with st.spinner("Generating response..."):
|
65 |
|
66 |
if os.path.isfile('./exports/charts/temp_chart.png'):
|
67 |
st.image('./exports/charts/temp_chart.png')
|
68 |
|
69 |
+
|
70 |
#st.success('Done!')
|
71 |
#bar.progress(100)
|
72 |
|