Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
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 |
|