Final Push

This commit is contained in:
Benito Martin
2024-06-30 14:51:25 +02:00
parent 6d23e7ae82
commit 59437387ef

View File

@@ -1,5 +1,7 @@
import streamlit as st """Script for Streamlit UI."""
import requests import requests
import streamlit as st
# Set the FastAPI endpoint # Set the FastAPI endpoint
FASTAPI_ENDPOINT = "http://34.65.157.134:8000/query/" FASTAPI_ENDPOINT = "http://34.65.157.134:8000/query/"