Ifeanyi commited on
Commit
46d6488
·
verified ·
1 Parent(s): 77663f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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>&#128211; PDF Summarizer &#128211;</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>&#128211; PDF Summarizer &#128211;</h2></div>")
41
  with gr.Sidebar():