Spaces:
Sleeping
Sleeping
Upload chatbot.py
Browse files
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://
|
| 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")
|