Spaces:
Sleeping
Sleeping
Commit
·
be29542
1
Parent(s):
fe3716b
Update screens/index.py
Browse files- screens/index.py +2 -2
screens/index.py
CHANGED
@@ -2,13 +2,13 @@ from screens.search import Search_Property
|
|
2 |
from screens.chat_bot import run_chatbot
|
3 |
from screens.chat_bot_2 import run_chatbot_2
|
4 |
from screens.analysis import report_analysis
|
5 |
-
from screens.predict import
|
6 |
from utils.index import get_hash
|
7 |
|
8 |
def get_routes():
|
9 |
screens = [
|
10 |
{
|
11 |
-
"component":
|
12 |
"name": "Price Prediction",
|
13 |
"icon": "piggy-bank"
|
14 |
},
|
|
|
2 |
from screens.chat_bot import run_chatbot
|
3 |
from screens.chat_bot_2 import run_chatbot_2
|
4 |
from screens.analysis import report_analysis
|
5 |
+
from screens.predict import predict_page
|
6 |
from utils.index import get_hash
|
7 |
|
8 |
def get_routes():
|
9 |
screens = [
|
10 |
{
|
11 |
+
"component": predict_page,
|
12 |
"name": "Price Prediction",
|
13 |
"icon": "piggy-bank"
|
14 |
},
|