Skip to main content
1 vote
1 answer
48 views

I am trying to deploy my Streamlit app using streamlit.io cloud. On the “Deploy an app” page, when I enter my GitHub repo, branch and main file it shows an Unexpected error under the “App URL” field. ...
Fasih Ahmed Raza's user avatar
Best practices
1 vote
7 replies
72 views

I would like to write a python package (let's call it foobarbaz) that would have script (e.g., pointing to foobarbaz:main) which would itself launch/serve a streamlit app. The ultimate goal is to let ...
Mathieu's user avatar
  • 305
0 votes
0 answers
14 views

I am new to streamlit. when I am working with streamlit, just like they told in documentation I ran into in exec_func_with_error_handling result = func() st.write(st.session_state['key']) ...
Vinoth kumar's user avatar
1 vote
0 answers
36 views

I am unable to use the print(tf.version.VERSION) to check the tensorflow version. Reason being tensorflow looks for runtime_version in protobuf (from what I have learnt) and that is only supported in ...
sunny's user avatar
  • 683
1 vote
1 answer
33 views

How to color a specific cell (x, y) not based on value? Is there a way to apply color to a specific cell at a given row and column (x, y), rather than based on its value? I couldn’t find any ...
Nathan's user avatar
  • 21
0 votes
0 answers
118 views

I'm new to Python, so please be lenient. I want to read the value of a single cell from a dataframe based on the selected row. I do this as below, but I get the value not when I click on a record (...
Szymon Tomtała's user avatar
1 vote
1 answer
65 views

I have a Streamlit app that runs perfectly on my local machine but throws a 400 Bad Request error when deployed on Modal (serverless container). Here’s the relevant setup: streamlit_app.py import ...
Tommie's user avatar
  • 9
0 votes
0 answers
67 views

I trained a sentiment classification model using a scikit-learn Pipeline that includes a TfidfVectorizer and LogisticRegression classifier. Everything works perfectly on my local machine, but when I ...
MOSAB FATAH's user avatar
3 votes
1 answer
56 views

I wanted to have a st.divider with different colours and apparently there is no colour parameter for this function. So, I ended up using st.html with style like below: st.html( ''' <style&...
Gosu's user avatar
  • 47
1 vote
1 answer
176 views

Hello we have a Streamlit app deployed in Azure and we want to do the azure authentication. Part of it is that we receive the users info after authorization in these headers: X-MS-CLIENT-PRINCIPAL-...
KZiovas's user avatar
  • 5,029
0 votes
1 answer
94 views

`I’m deploying a Streamlit app on Streamlit Cloud that uses PyTorch and Torchvision for image segmentation. Locally, everything works fine, but when I deploy on Streamlit Cloud I get this error: File &...
Khushi Badsra's user avatar
0 votes
1 answer
110 views

I’m building a personal finance management app in Streamlit with multiple pages (dashboard.py, transactions.py, budget.py, export.py). I have a db.py file that contains all database functions, ...
Srijan Roy's user avatar
0 votes
0 answers
58 views

I am currently trying to create an interactive web-app to display and work with multi-graphs, ideally with streamlit. I have a first working version based on matplotlib (inspired by the netgraph ...
magnolia93's user avatar
0 votes
1 answer
45 views

I've been trying to upload a file to streamlit and it is getting stuck on the uploading part. It was working perfectly before, the LLM was connected and I was getting correct responses. Then I added ...
Mirza Mahad Baig's user avatar
0 votes
1 answer
72 views

we have streamlit based project and deployed on streamlit cloud and it was working fine when main file streamlit_app.py was under src and now move the main file under nested folder of src/alpha/...
xkeshav's user avatar
  • 54.2k

15 30 50 per page
1
2 3 4 5
153