DevLujain commited on
Commit
1781b9a
Β·
1 Parent(s): 531223c

Update API URL to Render deployment

Browse files
Files changed (1) hide show
  1. dashboard.py +1 -1
dashboard.py CHANGED
@@ -5,7 +5,7 @@ from datetime import datetime
5
  st.set_page_config(page_title="FYP Dashboard", layout="wide")
6
  st.title("πŸš€ Multi-Agent Knowledge System Dashboard")
7
 
8
- api_url = "http://localhost:8000"
9
 
10
  st.header("πŸ“Š Metrics")
11
  col1, col2, col3, col4 = st.columns(4)
 
5
  st.set_page_config(page_title="FYP Dashboard", layout="wide")
6
  st.title("πŸš€ Multi-Agent Knowledge System Dashboard")
7
 
8
+ api_url = "https://fyp1-api.onrender.com"
9
 
10
  st.header("πŸ“Š Metrics")
11
  col1, col2, col3, col4 = st.columns(4)