Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,8 @@ def pdfSummarizer(gemini_api_key, pdf_file, kind):
|
|
34 |
with gr.Blocks(
|
35 |
theme="upsatwal/mlsc_tiet",
|
36 |
analytics_enabled=True,
|
37 |
-
fill_height=True
|
|
|
38 |
) as app:
|
39 |
gr.HTML("<div style='text-align:center;overflow:hidden;'><h2>📓 PDF Summarizer 📓</h2></div>")
|
40 |
with gr.Sidebar():
|
|
|
34 |
with gr.Blocks(
|
35 |
theme="upsatwal/mlsc_tiet",
|
36 |
analytics_enabled=True,
|
37 |
+
fill_height=True,
|
38 |
+
css="footer {display: none !important;}"
|
39 |
) as app:
|
40 |
gr.HTML("<div style='text-align:center;overflow:hidden;'><h2>📓 PDF Summarizer 📓</h2></div>")
|
41 |
with gr.Sidebar():
|