taipy

Bold and italics with taipy-gui

Bold and italics with taipy-gui Question: How to put a string in bold and italics on taipy-gui? For example, I would like the word famous to have both styles. from taipy import Gui Gui(page="My *famous* app").run() Asked By: Vuillemot Florian || Source Answers: The usual Markdown syntax should work in Taipy. For example, you can …

Total answers: 1

Taipy Callbacks could not match the selection with the wanted chart to appear

Taipy Callbacks could not match the selection with the wanted chart to appear Question: I want to create a list of selections such as ["Global suicides by year", "Global suicides by genders"] as the picture shows below. As I want to click on the selection, the corresponding chart will then appear. For example, if I …

Total answers: 1

Visual Elements not updating in real time with Taipy GUI

Visual Elements not updating in real time with Taipy GUI Question: Is it normal that when I attempt to add a value to my list or change my data using a button, I do not observe any modifications on the GUI? Despite this, after refreshing the page, the accurate list is displayed. from taipy.gui import …

Total answers: 1

Troubleshooting Specific Button Visuals: How to Modify Individual Buttons Using CSS in Taipy

Troubleshooting Specific Button Visuals: How to Modify Individual Buttons Using CSS in Taipy Question: I’m new to Taipy and CSS and currently facing an issue where I’m unable to modify the visual appearance of specific buttons using CSS. Although I tried changing the ‘class_name‘ of a particular button in my .css file, it didn’t work …

Total answers: 1