Pedro Cuenca commited on
Commit
b71e7a4
1 Parent(s): 85d174c

Style. Sorry, forgot to run `black`.

Browse files
Files changed (1) hide show
  1. app/streamlit/app.py +4 -4
app/streamlit/app.py CHANGED
@@ -82,11 +82,11 @@ if prompt != "":
82
  f"<small><center>{version}</center></small>", unsafe_allow_html=True
83
  )
84
 
85
- #st.markdown(
86
  # f"""
87
- #These results have been obtained using model `{version}` from [an ongoing training run](https://wandb.ai/dalle-mini/dalle-mini/runs/mheh9e55).
88
- #"""
89
- #)
90
 
91
  st.button("Again!", key="again_button")
92
 
 
82
  f"<small><center>{version}</center></small>", unsafe_allow_html=True
83
  )
84
 
85
+ # st.markdown(
86
  # f"""
87
+ # These results have been obtained using model `{version}` from [an ongoing training run](https://wandb.ai/dalle-mini/dalle-mini/runs/mheh9e55).
88
+ # """
89
+ # )
90
 
91
  st.button("Again!", key="again_button")
92