raannakasturi commited on
Commit
672c196
·
verified ·
1 Parent(s): a58af4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks(theme=theme, title="ReXplore Summarizer", fill_height=True) as ap
32
  with gr.Column():
33
  url = gr.Textbox(label="PDF URL", placeholder="Paste the PDF URL here")
34
  id = gr.Textbox(label="DOI/arXiv ID", placeholder="Enter the DOI or arXiv ID of the document")
35
- access_key = gr.Textbox(label="Access Key", placeholder="Enter the Access Key")
36
  with gr.Row():
37
  clear_btn = gr.Button(value="Clear", variant='stop')
38
  summarize_btn = gr.Button(value="Summarize", variant='primary')
 
32
  with gr.Column():
33
  url = gr.Textbox(label="PDF URL", placeholder="Paste the PDF URL here")
34
  id = gr.Textbox(label="DOI/arXiv ID", placeholder="Enter the DOI or arXiv ID of the document")
35
+ access_key = gr.Textbox(label="Access Key", placeholder="Enter the Access Key", type='password')
36
  with gr.Row():
37
  clear_btn = gr.Button(value="Clear", variant='stop')
38
  summarize_btn = gr.Button(value="Summarize", variant='primary')