Spaces:
Running
Running
Update app.py
Browse files
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')
|