Update TrendAnalysis.py
Browse files- TrendAnalysis.py +1 -1
TrendAnalysis.py
CHANGED
@@ -1041,4 +1041,4 @@ async def analyze_trends(request: Request, data_request: TrendAnalysisRequest):
|
|
1041 |
# Function to open browser after a short delay
|
1042 |
def open_browser():
|
1043 |
time.sleep(2) # Wait for servers to start
|
1044 |
-
webbrowser.open_new(f"http://
|
|
|
1041 |
# Function to open browser after a short delay
|
1042 |
def open_browser():
|
1043 |
time.sleep(2) # Wait for servers to start
|
1044 |
+
webbrowser.open_new(f"http://0.0.0.0:{DASH_PORT}")
|