Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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__":
|