JMalott commited on
Commit
7ec14ab
1 Parent(s): 6f084a9

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +3 -0
utils.py CHANGED
@@ -72,6 +72,9 @@ def layout(*args):
72
 
73
 
74
  def footer():
 
 
 
75
  myargs = [
76
  "This app uses the ",
77
  link("https://github.com/kuprel/min-dalle", "min(DALL·E)"),
 
72
 
73
 
74
  def footer():
75
+
76
+ st.write("This app uses the")
77
+ return
78
  myargs = [
79
  "This app uses the ",
80
  link("https://github.com/kuprel/min-dalle", "min(DALL·E)"),