velmurugan1122 commited on
Commit
89df8c8
·
verified ·
1 Parent(s): f034e2d

Upload chatbot.py

Browse files
Files changed (1) hide show
  1. front_end/pages/chatbot.py +1 -1
front_end/pages/chatbot.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import requests
3
 
4
  # FastAPI backend URL
5
- FASTAPI_URL = "http://127.0.0.1:8000/get-response"
6
 
7
  # Streamlit UI setup
8
  st.set_page_config(page_title="Healthcare Chatbot", page_icon="🤖", layout="wide")
 
2
  import requests
3
 
4
  # FastAPI backend URL
5
+ FASTAPI_URL = "http://localhost:8000/get-response"
6
 
7
  # Streamlit UI setup
8
  st.set_page_config(page_title="Healthcare Chatbot", page_icon="🤖", layout="wide")