JMalott commited on
Commit
f449cbe
1 Parent(s): 02fc047

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
 
76
  st.text("This app uses the [min(DALL·E)](https://github.com/kuprel/min-dalle)")
77
 
 
72
 
73
 
74
  def footer():
75
+
76
+ myargs = []
77
+ layout(*myargs)
78
 
79
  st.text("This app uses the [min(DALL·E)](https://github.com/kuprel/min-dalle)")
80