prernajeet14 commited on
Commit
08b8d1d
·
verified ·
1 Parent(s): 9b59467

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
14
 
15
  # Import the main application
16
  try:
17
- from main import create_interface
18
 
19
  # Create and launch the interface
20
  if __name__ == "__main__":
 
14
 
15
  # Import the main application
16
  try:
17
+ from finance_assistant_main import create_interface
18
 
19
  # Create and launch the interface
20
  if __name__ == "__main__":