Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
| 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:
|