Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,9 +38,9 @@ if st.button("Generate"):
|
|
38 |
|
39 |
bar = st.progress(0)
|
40 |
#sdf = SmartDataframe(df1)
|
41 |
-
container.empty
|
42 |
container.write(sdf.chat(prompt))
|
43 |
-
|
44 |
#st.write(sdf.chat(prompt))
|
45 |
bar.progress(100)
|
46 |
|
|
|
38 |
|
39 |
bar = st.progress(0)
|
40 |
#sdf = SmartDataframe(df1)
|
41 |
+
#container.empty
|
42 |
container.write(sdf.chat(prompt))
|
43 |
+
st.image('./exports/charts/temp_chart.png',caption=None)
|
44 |
#st.write(sdf.chat(prompt))
|
45 |
bar.progress(100)
|
46 |
|