CShorten commited on
Commit
fbec00f
·
1 Parent(s): 2b5693a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ search = arxiv.Search(
9
 
10
  with gr.Blocks() as demo:
11
  gr.Markdown("<center><h1>My ArXiv</h1></center>")
 
12
  with gr.Column():
13
  for arxiv_paper in search.results():
14
  with gr.Column():
 
9
 
10
  with gr.Blocks() as demo:
11
  gr.Markdown("<center><h1>My ArXiv</h1></center>")
12
+ gr.Textbook(placeholder="Enter user id for personalization: ")
13
  with gr.Column():
14
  for arxiv_paper in search.results():
15
  with gr.Column():