Module Contents
-
class relevanceai.apps.report_app.blocks.ReportBlocks(name: str, dataset, deployable_id: str = None)
-
p
-
markdown(self)
-
h1(self, content, add=True)
-
h2(self, content, add=True)
-
h3(self, content, add=True)
-
quote(self, content, add=True)
-
code(self, content, language='python', add=True)
-
paragraph(self, content, add=True, raw=False)
-
space(self, height: int = 40, add=True)
-
tooltip(self, content, tooltip_text, add=True)
-
bullet_list(self, contents, add=True)
-
ordered_list(self, contents, add=True)
-
details(self, title_content, contents, collapsed: bool = True, add=True)
-
card(self, contents, width, color, add=True)
-
columns(self, contents, num_columns: int = 2, add=True)
-
image(self, content, title: str = '', width_percentage: int = 100, add: bool = True)
-
audio(self, content, title: str = '', width_percentage: int = 100, add: bool = True)
-
video(self, content, title: str = '', width_percentage: int = 100, add: bool = True)