JMalott commited on
Commit
56787e0
1 Parent(s): f449cbe

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -76,7 +76,7 @@ def footer():
76
  myargs = []
77
  layout(*myargs)
78
 
79
- st.text("This app uses the [min(DALL·E)](https://github.com/kuprel/min-dalle)")
80
 
81
 
82
 
 
76
  myargs = []
77
  layout(*myargs)
78
 
79
+ st.markdown("This app uses the [min(DALL·E)](https://github.com/kuprel/min-dalle)")
80
 
81
 
82