engralimalik commited on
Commit
67db8e9
·
verified ·
1 Parent(s): 7810eca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ gr.Interface(
67
  live=True,
68
  title="Smart Expense Tracker",
69
  description="Upload your CSV of transactions, categorize them, and view insights like spending trends and budget analysis."
70
- ).launc
 
67
  live=True,
68
  title="Smart Expense Tracker",
69
  description="Upload your CSV of transactions, categorize them, and view insights like spending trends and budget analysis."
70
+ ).launch() # Correct method name: launch() instead of launc