mgokg commited on
Commit
8030c27
·
verified ·
1 Parent(s): 8bc932f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -42,6 +42,8 @@ if st.button("Generate"):
42
  with st.spinner("Generating response..."):
43
 
44
  bar = st.progress(0)
 
 
45
  bild.empty()
46
  c.write(sdf.chat(prompt))
47
  if os.path.isfile('./exports/charts/temp_chart.png'):
 
42
  with st.spinner("Generating response..."):
43
 
44
  bar = st.progress(0)
45
+ bild.write(bar)
46
+ bild.write(st.spinner)
47
  bild.empty()
48
  c.write(sdf.chat(prompt))
49
  if os.path.isfile('./exports/charts/temp_chart.png'):