Spaces:
Sleeping
Sleeping
Update frontend.py
Browse files- frontend.py +1 -1
frontend.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
load_dotenv()
|
7 |
|
8 |
# Define the URL of your FastAPI endpoint
|
9 |
-
url = "
|
10 |
|
11 |
# Initialize the session state
|
12 |
st.session_state.setdefault("chat_history", [])
|
|
|
6 |
load_dotenv()
|
7 |
|
8 |
# Define the URL of your FastAPI endpoint
|
9 |
+
url = "https://shahabkahn-medical-assistant.hf.space"
|
10 |
|
11 |
# Initialize the session state
|
12 |
st.session_state.setdefault("chat_history", [])
|