how to create 3d plots on any model design like mall, airports, school
I want to make density analysis plots for areas such as schools, shopping malls and airports. The plots I want to draw are heat maps or bar plots on a 3D map, just like the Pydeck library does. I just want to have different structures on the ground and around the relevant areas, such as escalators, planes, classrooms, etc. My ultimate goal is to integrate it with streamlite and examine the density map at varying time intervals. How can i create this kind of 3D environment model and create a heat map on it?
Streamlit multipage app crashes on import pandas or import plotly.express statement
the code is more or less a copy paste of sample code given at link page_link
Downgrade Python
I am trying to run a GUI made with Streamlit in PyDroid
how to add a new text input while the web page is running in streamlit
When I run the code in the browser and select “others” in the ‘topic’ key.
I want a new text input below it.
How to Keep Streamlit Chat Input and Button Fixed at Bottom of Page?
I’m developing a chat application with Streamlit and I want the user input field and the send button to be fixed at the bottom of the page. However, currently, when a user sends a message, the input area and button are not at the very bottom of the page but just above the message. How can I ensure that these elements remain fixed at the bottom of the page even when scrolling? Here is the relevant part of my code:
hide text input streamlit
this is my code :
ModuleNotFoundError: No module named ‘psutil_psutil_windows’
I’m trying to upload my python file to create a web apps on streamlit and run into a problem like this
SQL query execution using python
I am attempting to extract an SQL query using Streamlit in Python. The user inputs the query in an input box, it executes, and displays the output. I want to log both the questions and queries. After displaying the result, I want to add a thumbs-down button. There should be a function to store the log separately in another folder. Currently, when clicking the thumbs-down button, logging is not happening, and it reloads the page, storing empty.
HowTo hide animations while loading a web page in Streamlit?
HowTo hide animations while loading a web page in Streamlit
Removing the wide margins in a streamlit app
I am making a streamlit app, but there is a huge amount of white space on the left and right sides of my graph. I want to remove the margins and place some graphs horizontally. How can I remove the margins on the left and right side of the app? I got this code from a tutorial I’ve been following.