sasha HF staff commited on
Commit
55edce1
β€’
1 Parent(s): c40907d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -203,10 +203,9 @@ with demo:
203
  citation_button = gr.Textbox(
204
  value=CITATION_BUTTON_TEXT,
205
  label=CITATION_BUTTON_LABEL,
206
- lines=20,
207
  elem_id="citation-button",
208
  show_copy_button=True,
209
  )
210
  gr.Markdown(
211
- """Last updated: September 20th, 2024 by [Sasha Luccioni](https://huggingface.co/sasha)""")
212
  demo.launch()
 
203
  citation_button = gr.Textbox(
204
  value=CITATION_BUTTON_TEXT,
205
  label=CITATION_BUTTON_LABEL,
 
206
  elem_id="citation-button",
207
  show_copy_button=True,
208
  )
209
  gr.Markdown(
210
+ """Last updated: October 1st, 2024 by [Sasha Luccioni](https://huggingface.co/sasha)""")
211
  demo.launch()