Category "streamlit"

how do I resize the image shown by st.image

I have the following code: bottom_image = st.file_uploader('', type='jpg', key=6) if bottom_image is not None: st.image(bottom_image) the problem I run int

List of chooses depending on user permissions

I'm building simple app on streamlit. I'm struggling with making list of chooses depending on user permissions. utils.py Dict with pages: pages = { "Start":

Deploy Scrapy Project with Streamlit

I have a scrapy spider that scrapes products information from amazon based on the product link. I want to deploy this project with streamlit and take the produc

Format Changing Problem of Number Input in streamlit

The program offers the number format as Default in a.b format (like 1.2) but I want to show as a:b format (like 1:2) How can I change this? I tried below but i

Streamlit time input function doesn't support each single time

Is there any way to show the time menu like above on streamlit? This menu should show every single hour and minute. Other hand streamlit time input provides on

ModuleNotFoundError: No module named 'streamlit.cli'

I have an error when I deploy streamlit app on Heroku. How can I deal with ?

url generated for Streamlit not working properly. ngrok tells me to register again even though I have already registered or gives me an error

Below is my code for deploying my ml model on streamlit. I am using Google Collab !pip install streamlit --quiet !pip install pyngrok==4.1.1 from pyngrok import

Streamlit Panda Query Function Syntax Error When Finding Column in CSV Dataframe

When Using Streamlit to build a data interface getting a syntax error. My downloaded csv dataframe has a column 'NUMBER OF PERSONS INJURED', after converting i

Opening Streamlit using bat file results in File Not Fund Error

Trying to open a app using .bat file so that other users don't have to use a terminal to open the app. The bat file has the contents as below set root=C:\User

How to set and access environment variables in python file for Streamlit app?

How do you properly set secret keys or environment variables when you deploy your files to github to be deploy to Streamlit app?

The Streamlit app stops with "Please wait... " and then stops

Problem The app started by running streamlit run main.py will display http://IP_ADDRESS:8501 is displayed correctly, but http://DOMAIN_NAME stops with "Please w

The Streamlit app stops with "Please wait... " and then stops

Problem The app started by running streamlit run main.py will display http://IP_ADDRESS:8501 is displayed correctly, but http://DOMAIN_NAME stops with "Please w