Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,8 @@ 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:
|
|
|
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():
|
42 |
+
gr.Markdown(##**PDF Summarizer**)
|
43 |
api_key = gr.Text(label="Gemini API Key", placeholder="Enter your Google Gemini API key here")
|
44 |
with gr.Row():
|
45 |
pdf_input = gr.File(file_types=[".pdf"])
|