New rohamajorloo/persian-chatbot-ui Streamlit App

Check out this awesome Streamlit app I built
https://persian-chatbot-ui.streamlit.app

I tested the app, but I’m getting a Connection refused error. It looks like your code is trying to reach localhost:8000.

Since Streamlit Cloud can’t access the API running on your personal computer, you just need to deploy your backend API to a public host and then update your code to replace “localhost:8000” with your new public url.

Good luck !