shahabkahn commited on
Commit
e9d363e
·
verified ·
1 Parent(s): 52c98b1

Update frontend.py

Browse files
Files changed (1) hide show
  1. 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 = "http://localhost:7860/query"
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", [])