Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,8 @@ def main():
|
|
99 |
# response = chain.run(input_documents=docs, question=query)
|
100 |
# print(cb)
|
101 |
st.write(response)
|
102 |
-
else:
|
103 |
-
|
104 |
|
105 |
|
106 |
if __name__ == '__main__':
|
|
|
99 |
# response = chain.run(input_documents=docs, question=query)
|
100 |
# print(cb)
|
101 |
st.write(response)
|
102 |
+
# else:
|
103 |
+
# st.sidebar.error("Ooopssss!!! Please Enter API Keys....")
|
104 |
|
105 |
|
106 |
if __name__ == '__main__':
|