tonyliu404 commited on
Commit
4d9e721
·
verified ·
1 Parent(s): ac16cb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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)
 
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)