walaa2022 commited on
Commit
b940d72
·
verified ·
1 Parent(s): 525f1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- examples=[
347
- ["balance_sheet_example.md", "income_statement_example.md"]
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