azizbarank commited on
Commit
43a54c6
1 Parent(s): 3cf1901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -157,10 +157,9 @@ if st.button("Run"):
157
  st.text("English translation")
158
  st.write(translate(result, "en", "nl").replace("\n", " \n"))
159
 
160
- st.sidebar.subheader("Citation")
161
  st.markdown(
162
  """
163
-
164
  ```
165
  @inproceedings{de-vries-nissim-2021-good,
166
  title = "As Good as New. How to Successfully Recycle {E}nglish {GPT}-2 to Make Models for Other Languages",
 
157
  st.text("English translation")
158
  st.write(translate(result, "en", "nl").replace("\n", " \n"))
159
 
160
+ st.subheader("Citation:")
161
  st.markdown(
162
  """
 
163
  ```
164
  @inproceedings{de-vries-nissim-2021-good,
165
  title = "As Good as New. How to Successfully Recycle {E}nglish {GPT}-2 to Make Models for Other Languages",