davanstrien HF Staff commited on
Commit
f558c28
·
1 Parent(s): 452fe9c

Remove unnecessary code in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks() as demo:
139
  placeholder="Daniel van Strien",
140
  label="The name you publish under",
141
  interactive=True,
142
- ).attach_load_event(get_name, None)
143
  positive_arxiv_ids = gr.Textbox(
144
  placeholder="1910.01108",
145
  label="ArXiv ID for a paper for which you are an author",
 
139
  placeholder="Daniel van Strien",
140
  label="The name you publish under",
141
  interactive=True,
142
+ )
143
  positive_arxiv_ids = gr.Textbox(
144
  placeholder="1910.01108",
145
  label="ArXiv ID for a paper for which you are an author",