Ifeanyi commited on
Commit
b3ffb7d
·
verified ·
1 Parent(s): 58e1ccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(
42
  gr.HTML("<div style='text-align:center;overflow:hidden;'><h3>PDF Summarizer</h3></div>")
43
  gr.HTML("<br>")
44
  gr.HTML("<div style='text-align:center;overflow:hidden;'><h4>Gemini API Key</h4></div>")
45
- api_key = gr.Text(placeholder="Enter your Google Gemini API key here")
46
 
47
  with gr.Row():
48
  pdf_input = gr.File(file_types=[".pdf"])
 
42
  gr.HTML("<div style='text-align:center;overflow:hidden;'><h3>PDF Summarizer</h3></div>")
43
  gr.HTML("<br>")
44
  gr.HTML("<div style='text-align:center;overflow:hidden;'><h4>Gemini API Key</h4></div>")
45
+ api_key = gr.Text(label = "",placeholder="Enter your Google Gemini API key here")
46
 
47
  with gr.Row():
48
  pdf_input = gr.File(file_types=[".pdf"])