Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
| 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
|