Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ if __name__ == "__main__":
|
|
| 56 |
relavant_docs = pull_from_chroma(prompt)
|
| 57 |
st.toast("Chroma index retrieval done...")
|
| 58 |
# st.write(relavant_docs)
|
| 59 |
-
if prompt and relavant_docs:
|
| 60 |
if not load_button:
|
| 61 |
if st.session_state['HuggingFace_API_Key'] !="":
|
| 62 |
#Displaying search results
|
|
|
|
| 56 |
relavant_docs = pull_from_chroma(prompt)
|
| 57 |
st.toast("Chroma index retrieval done...")
|
| 58 |
# st.write(relavant_docs)
|
| 59 |
+
if prompt and relavant_docs:
|
| 60 |
if not load_button:
|
| 61 |
if st.session_state['HuggingFace_API_Key'] !="":
|
| 62 |
#Displaying search results
|