Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,5 +77,8 @@ if st.button('Generate Content'):
|
|
| 77 |
|
| 78 |
# Display the results
|
| 79 |
st.write(result)
|
|
|
|
|
|
|
|
|
|
| 80 |
else:
|
| 81 |
st.error("Please enter a topic.")
|
|
|
|
| 77 |
|
| 78 |
# Display the results
|
| 79 |
st.write(result)
|
| 80 |
+
image_search_tool(topic)
|
| 81 |
+
image_path = 'images/image_1.jpg'
|
| 82 |
+
st.image(image_path, caption='Image1', use_column_width=True)
|
| 83 |
else:
|
| 84 |
st.error("Please enter a topic.")
|