Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ if uploaded_image and query:
|
|
344 |
print("AI CALL RESPONSE: ", openAIresponse.content)
|
345 |
|
346 |
with st.expander("Recipe Generation", expanded=True, icon=':material/menu_book:'):
|
347 |
-
|
348 |
# RAG the openai response and display
|
349 |
print("RAG INPUT", openAIresponse.content + " " + query)
|
350 |
RAGresponse = get_response(openAIresponse.content + " " + query)
|
|
|
344 |
print("AI CALL RESPONSE: ", openAIresponse.content)
|
345 |
|
346 |
with st.expander("Recipe Generation", expanded=True, icon=':material/menu_book:'):
|
347 |
+
st.title('Results: RAG')
|
348 |
# RAG the openai response and display
|
349 |
print("RAG INPUT", openAIresponse.content + " " + query)
|
350 |
RAGresponse = get_response(openAIresponse.content + " " + query)
|