JMalott commited on
Commit
8a41a8e
1 Parent(s): 4019d70

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +4 -1
utils.py CHANGED
@@ -83,7 +83,10 @@ def footer():
83
  </style>
84
  """
85
  st.markdown(style, unsafe_allow_html=True)
86
-
 
 
 
87
  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)")
88
  st.markdown("Created by [Jonathan Malott](https://jonathanmalott.com)")
89
  st.markdown("[Good Systems Grand Challenge](https://bridgingbarriers.utexas.edu/good-systems), The University of Texas at Austin. Advised by Dr. Junfeng Jiao.")
 
83
  </style>
84
  """
85
  st.markdown(style, unsafe_allow_html=True)
86
+
87
+ st.markdown("")
88
+ st.markdown("")
89
+ st.markdown("")
90
  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)")
91
  st.markdown("Created by [Jonathan Malott](https://jonathanmalott.com)")
92
  st.markdown("[Good Systems Grand Challenge](https://bridgingbarriers.utexas.edu/good-systems), The University of Texas at Austin. Advised by Dr. Junfeng Jiao.")