JMalott commited on
Commit
f264ceb
1 Parent(s): 43560db

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -1
utils.py CHANGED
@@ -75,10 +75,11 @@ def footer():
75
 
76
  myargs = []
77
  layout(*myargs)
78
-
79
  st.markdown("This app uses the [min(DALL路E)](https://github.com/kuprel/min-dalle) port of [DALL路E mini](https://github.com/borisdayma/dalle-mini)")
80
  st.markdown("Created by [Jonathan Malott](https://jonathanmalott.com)")
81
  st.markdown("[Good Systems Grand Challenge](https://bridgingbarriers.utexas.edu/good-systems), The University of Texas at Austin. Advised by Dr. Junfeng Jiao.")
 
82
 
83
 
84
 
 
75
 
76
  myargs = []
77
  layout(*myargs)
78
+ st.markdown("<p style='text-align: center; ><hr />")
79
  st.markdown("This app uses the [min(DALL路E)](https://github.com/kuprel/min-dalle) port of [DALL路E mini](https://github.com/borisdayma/dalle-mini)")
80
  st.markdown("Created by [Jonathan Malott](https://jonathanmalott.com)")
81
  st.markdown("[Good Systems Grand Challenge](https://bridgingbarriers.utexas.edu/good-systems), The University of Texas at Austin. Advised by Dr. Junfeng Jiao.")
82
+ st.markdown("</p>")
83
 
84
 
85