Raphael Kalandadze

Results 10 issues of Raphael Kalandadze

### Summary app scrolls up when I have tabs after some widgets and switch them ### Steps to reproduce Code snippet: ``` import streamlit as st for i in range(20):...

bug
confirmed 🤝
P2 ⛈
st.tabs

### Problem I can't download files by script. I know that there are standard solutions but I have another situation. Since I'm using a custom download button, I need to...

enhancement
waiting on user response

I don't understand how post_per_page works. as I know it should call a callback function after every page for example in this case, callback should be printed after 4 post...

I'm using options in this way and as I know it should scrape comments as well. did I get it wrong? ``` options={"comments": True, "reactors": True, "posts_per_page": 10, "allow_extra_requests": False,...

Hello I don't understand how request_url_callback works I save last URL and change account after 50 post but it don't continue after last post here is my code snippet ```...

I have a huggingface tokenizer for the BERT model (google-bert/bert-base-cased) which includes three files: tokenizer.json, tokenizer_config.json, and vocab.txt. I would like to convert this tokenizer into the SentencePiece tokenizer format,...

how to use mui.CardMedia for local images?

I added a download button on Pie chart I'm interested in how to write a function that downloads CSV files when this button is clicked

how to use mui.CardMedia for local images?

I'm trying to run this script on aws sagemaker ```py cd doremi && bash scripts/setup_flash.sh ``` it throws an error: ```py The detected CUDA version (12.1) mismatches the version that...