Ifeanyi commited on
Commit
e520d07
·
verified ·
1 Parent(s): 03935c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def pdfSummarizer(gemini_api_key, pdf_file, kind):
32
  return response.text
33
 
34
  with gr.Blocks(
35
- theme="Yntec/HaleyCH_Theme_Orange_Green",
36
  analytics_enabled=True,
37
  fill_height=True
38
  ) as app:
 
32
  return response.text
33
 
34
  with gr.Blocks(
35
+ theme="upsatwal/mlsc_tiet",
36
  analytics_enabled=True,
37
  fill_height=True
38
  ) as app: