Skip to content

Commit e003865

Browse files
Update streamlit_app.py
1 parent 420bf7b commit e003865

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

streamlit_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
else:
5656
st.error(f"Error: {response.status_code} - {response.text}")
5757

58+
59+
5860
except requests.exceptions.RequestException as e:
5961
st.error(f"Error connecting to the server: {str(e)}")
6062
st.info("Make sure the FastAPI backend is running on http://localhost:8000")

0 commit comments

Comments
 (0)