SwatGarg commited on
Commit
bbeb693
·
verified ·
1 Parent(s): 32d844a

Update app.py

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