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

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -18
utils.py CHANGED
@@ -73,24 +73,8 @@ def layout(*args):
73
 
74
  def footer():
75
 
76
- st.write("This app uses the [min(DALL·E)](https://github.com/kuprel/min-dalle)")
77
- return
78
- myargs = [
79
- "This app uses the ",
80
- link("https://github.com/kuprel/min-dalle", "min(DALL·E)"),
81
- " port of ",
82
- link("https://github.com/borisdayma/dalle-mini", "DALL·E mini"),
83
- br(),
84
- "Created by ",
85
- link("https://jonathanmalott.com", "Jonathan Malott"),
86
- br(),
87
- link("https://bridgingbarriers.utexas.edu/good-systems", "Good Systems Grand Challenge"),
88
- ", The University of Texas at Austin.",
89
- " Advised by Dr. Junfeng Jiao.",
90
- br(),
91
- br(),
92
- ]
93
- layout(*myargs)
94
 
95
 
96
  from min_dalle import MinDalle
 
73
 
74
  def footer():
75
 
76
+ st.text("This app uses the [min(DALL·E)](https://github.com/kuprel/min-dalle)")
77
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
 
80
  from min_dalle import MinDalle