Jueri commited on
Commit
15d2259
1 Parent(s): 9345301

fixed article

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ iface = gr.Interface(
80
  fn=cleaner,
81
  title="BibTeX cleaner",
82
  description="Clean a BibTeX file or string by dragging the incomplete or broken BibTeX file into the file box or pasting a BibTeX string into the string field. The titles are extracted, searched at the DBLP, compiled into a clean BibTeX file.",
83
- article="<p style='text-align: center'><a href='https://github.com/jueri/clean_bibtex>CLI and repo</a></p>",
84
  inputs=[
85
  gr.inputs.Textbox(label="Paste a string here:", lines=1),
86
  # gr.inputs.Checkbox(label="Keep original keys:"),
 
80
  fn=cleaner,
81
  title="BibTeX cleaner",
82
  description="Clean a BibTeX file or string by dragging the incomplete or broken BibTeX file into the file box or pasting a BibTeX string into the string field. The titles are extracted, searched at the DBLP, compiled into a clean BibTeX file.",
83
+ article="<p style='text-align: center'><a href='https://github.com/jueri/clean_bibtex'>CLI and repo</a></p>",
84
  inputs=[
85
  gr.inputs.Textbox(label="Paste a string here:", lines=1),
86
  # gr.inputs.Checkbox(label="Keep original keys:"),