Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|