Update app.py
Browse files
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
|