marwanto606 commited on
Commit
437618b
·
verified ·
1 Parent(s): 1a49c6a

chore: add my blog link

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ st.title("🖼️ Prompt Generator from Image")
20
 
21
  # Menambahkan link ke tool sejenis
22
  st.markdown("> Please try my same tool at : https://imgkey.lovable.app")
 
23
 
24
  # Dua kolom layout
25
  col1, col2 = st.columns(2)
 
20
 
21
  # Menambahkan link ke tool sejenis
22
  st.markdown("> Please try my same tool at : https://imgkey.lovable.app")
23
+ st.markdown("> Visit my blog : https://www.marwanto606.com")
24
 
25
  # Dua kolom layout
26
  col1, col2 = st.columns(2)