CosmoAI commited on
Commit
70b6041
·
1 Parent(s): a096265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ if query := st.chat_input("Hi, how can I help you"):
15
  values = fetchvalue(query)
16
  with st.chat_message("assistant"):
17
  st.write(values)
18
- elif usrintent["labels"][0] == "General Conversation"
19
  ans = bard.get_answer(query)
20
  with st.chat_message("assistant"):
21
  st.write(ans['content'])
 
15
  values = fetchvalue(query)
16
  with st.chat_message("assistant"):
17
  st.write(values)
18
+ elif usrintent["labels"][0] == "General Conversation":
19
  ans = bard.get_answer(query)
20
  with st.chat_message("assistant"):
21
  st.write(ans['content'])