Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -2050,7 +2050,7 @@ def process_pdfs(pdf_files):
|
|
| 2050 |
# Create Gradio interface with better styling
|
| 2051 |
with gr.Blocks(
|
| 2052 |
title="Real Estate Financial Model Generator",
|
| 2053 |
-
theme=gr.themes.
|
| 2054 |
css="""
|
| 2055 |
.gradio-container {
|
| 2056 |
max-width: 1200px !important;
|
|
|
|
| 2050 |
# Create Gradio interface with better styling
|
| 2051 |
with gr.Blocks(
|
| 2052 |
title="Real Estate Financial Model Generator",
|
| 2053 |
+
theme=gr.themes.Base(),
|
| 2054 |
css="""
|
| 2055 |
.gradio-container {
|
| 2056 |
max-width: 1200px !important;
|