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

Update app.py

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