We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf7457 commit 1bcb85aCopy full SHA for 1bcb85a
mesa/visualization/solara_viz.py
@@ -348,23 +348,6 @@ def change_handler(value, name=name):
348
raise ValueError(f"{input_type} is not a supported input type")
349
350
351
-def make_text(renderer):
352
- """
353
- Create a function that renders text using Markdown.
354
-
355
- Args:
356
- renderer: Function that takes a model and returns a string
357
358
- Returns:
359
- function: A function that renders the text as Markdown
360
361
362
- def function(model):
363
- solara.Markdown(renderer(model))
364
365
- return function
366
367
368
def make_initial_grid_layout(layout_types):
369
"""
370
Create an initial grid layout for visualization components.
0 commit comments