Alexandre Sajus
Alexandre Sajus
### What went wrong? 🤔 If I apply styling using `main.css`, it works properly: In `main.py`: ```python from taipy import Gui import taipy.gui.builder as tgb if __name__ == "__main__": #...
## 1. 🔊 Build a Voice Virtual Assistant in Python - Advanced This project is about creating a chatbot that can process input voice from a microphone and answer using...
### What went wrong? 🤔 See [code](https://github.com/user-attachments/files/18403944/example.zip). Here is a Taipy table:  Adding `editable=True` already adds some space:  Adding `filter=True` takes a lot of space:  These properties...
### What went wrong? 🤔 The chat control has a pop-up button saying "A new message is available" when you type a new message and the chat has not auto-scrolled...
### What went wrong? 🤔 With Taipy 4.0.0 and Taipy Studio 2.0.0, Taipy Studio does not recognize some valid properties like mode for text or content for part:  ```python...
### Description The file selector visual element could have a size limit parameter, which would limit the size of files the user can upload through the file selector. Taipy apps...
### What went wrong? 🤔 The documentation for `chart` refers to a `yaxis`:  But I'm not sure how I am supposed to use it to title the yaxis. This...
### What went wrong? 🤔 Run this code from a Jupyter notebook (.ipynb file): ```python from taipy.gui import Gui import taipy.gui.builder as tgb from math import cos, exp value =...
### Description An issue created by Vincent:  In the Scenario Viewer, text styling needs to be clearer. - For example, the Label and its value ("standard") have the same...
### What went wrong? 🤔 One of the only reasons I would use default taipy charts instead of Plotly figures is the decimator. BUT the decimator is not only situational...