satyam001 commited on
Commit
ef1a5be
·
1 Parent(s): 7405212

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def main():
99
  # response = chain.run(input_documents=docs, question=query)
100
  # print(cb)
101
  st.write(response)
102
- elif st.session_state['HuggingFace_API_Key'] = "":
103
  st.sidebar.error("Ooopssss!!! Please Enter API Keys....")
104
 
105
 
 
99
  # response = chain.run(input_documents=docs, question=query)
100
  # print(cb)
101
  st.write(response)
102
+ elif st.session_state['HuggingFace_API_Key'] == "":
103
  st.sidebar.error("Ooopssss!!! Please Enter API Keys....")
104
 
105