Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -343,10 +343,8 @@ def create_interface():
|
|
343 |
title="AI Financial Statement Analyzer",
|
344 |
description="""Upload financial statements in Markdown format for AI-powered analysis.
|
345 |
Analysis is based on Corporate Finance Institute (CFI) standards.""",
|
346 |
-
|
347 |
-
|
348 |
-
],
|
349 |
-
cache_examples=True
|
350 |
)
|
351 |
|
352 |
return iface
|
|
|
343 |
title="AI Financial Statement Analyzer",
|
344 |
description="""Upload financial statements in Markdown format for AI-powered analysis.
|
345 |
Analysis is based on Corporate Finance Institute (CFI) standards.""",
|
346 |
+
|
347 |
+
cache_examples=False
|
|
|
|
|
348 |
)
|
349 |
|
350 |
return iface
|