walaa2022 commited on
Commit
f4bbd39
·
verified ·
1 Parent(s): ca1d38d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -222,6 +222,7 @@ def analyze_statements(income_statement, balance_sheet):
222
  3. Files follow standard financial statement format"""
223
 
224
  # Create Gradio interface with improved file handling
 
225
  iface = gr.Interface(
226
  fn=analyze_statements,
227
  inputs=[
@@ -254,9 +255,6 @@ Requirements:
254
  - Files must be in CSV format
255
  - Must contain numeric data columns
256
  - Standard financial statement format preferred""",
257
- examples=[
258
- ["example_income_statement.csv", "example_balance_sheet.csv"]
259
- ],
260
  flagging_mode="never"
261
  )
262
 
 
222
  3. Files follow standard financial statement format"""
223
 
224
  # Create Gradio interface with improved file handling
225
+
226
  iface = gr.Interface(
227
  fn=analyze_statements,
228
  inputs=[
 
255
  - Files must be in CSV format
256
  - Must contain numeric data columns
257
  - Standard financial statement format preferred""",
 
 
 
258
  flagging_mode="never"
259
  )
260