tonyliu404 commited on
Commit
f8ba544
·
verified ·
1 Parent(s): de37d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ with col1:
386
  st.write("Top Predictions:")
387
  st.markdown(f"*Donuts*: 98.11%")
388
  with col2:
389
- st.title('Results: RAG')
390
  display_response (sample_RAG)
391
 
392
  # Image Classification Section
 
386
  st.write("Top Predictions:")
387
  st.markdown(f"*Donuts*: 98.11%")
388
  with col2:
389
+ st.title('RAG Recipe Result')
390
  display_response (sample_RAG)
391
 
392
  # Image Classification Section