From 59437387ef9c86b3b0cf4faa569ba3c39194dae0 Mon Sep 17 00:00:00 2001 From: Benito Martin Date: Sun, 30 Jun 2024 14:51:25 +0200 Subject: [PATCH] Final Push --- streamlit_app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/streamlit_app.py b/streamlit_app.py index 36a6617..1fdae6a 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -1,5 +1,7 @@ -import streamlit as st +"""Script for Streamlit UI.""" + import requests +import streamlit as st # Set the FastAPI endpoint FASTAPI_ENDPOINT = "http://34.65.157.134:8000/query/"