aseifert commited on
Commit
e0a9bda
β€’
1 Parent(s): 22649c6

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -75,6 +75,9 @@ def main():
75
  st.markdown(
76
  f"Built by [@aseifert](https://twitter.com/therealaseifert) during the HF community event – [GitHub repo](https://github.com/aseifert/hf-writing-assistant) – Team Writing Assistant"
77
  )
 
 
 
78
  if start is not None:
79
  st.text(f"prediction took {time.time() - start:.2f}s")
80
 
 
75
  st.markdown(
76
  f"Built by [@aseifert](https://twitter.com/therealaseifert) during the HF community event – [GitHub repo](https://github.com/aseifert/hf-writing-assistant) – Team Writing Assistant"
77
  )
78
+ st.markdown(
79
+ f"_Highlighting code thanks to [Gramformer](https://github.com/PrithivirajDamodaran/Gramformer)_"
80
+ )
81
  if start is not None:
82
  st.text(f"prediction took {time.time() - start:.2f}s")
83