Ifeanyi commited on
Commit
d9031f0
·
verified ·
1 Parent(s): 56e92a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks(
38
  fill_height=True
39
  ) as app:
40
  gr.HTML("<div style='text-align:center;overflow:hidden;'><h2>PDF Summarizer</h2></div>")
41
- with gr.Sidebar(open=False):
42
  api_key = gr.Text(label="Gemini API Key", placeholder="Enter your Google Gemini API key here")
43
  with gr.Row():
44
  pdf_input = gr.File(file_types=[".pdf"])
 
38
  fill_height=True
39
  ) as app:
40
  gr.HTML("<div style='text-align:center;overflow:hidden;'><h2>PDF Summarizer</h2></div>")
41
+ with gr.Sidebar.expand():
42
  api_key = gr.Text(label="Gemini API Key", placeholder="Enter your Google Gemini API key here")
43
  with gr.Row():
44
  pdf_input = gr.File(file_types=[".pdf"])