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 |
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)"),
|