pn23 commited on
Commit
2c612a0
·
1 Parent(s): 6ea5d9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ qa = RetrievalQA.from_chain_type(
69
 
70
  called = False
71
 
 
72
  if prompt := st.chat_input():
73
  st.chat_message("user").write(prompt)
74
  with st.chat_message("assistant"):
 
69
 
70
  called = False
71
 
72
+
73
  if prompt := st.chat_input():
74
  st.chat_message("user").write(prompt)
75
  with st.chat_message("assistant"):