runtime error
che( File "/home/user/.local/lib/python3.10/site-packages/matplotlib/text.py", line 69, in _get_text_metrics_with_cache return _get_text_metrics_with_cache_impl( File "/home/user/.local/lib/python3.10/site-packages/matplotlib/text.py", line 77, in _get_text_metrics_with_cache_impl return renderer_ref().get_text_width_height_descent(text, fontprop, ismath) File "/home/user/.local/lib/python3.10/site-packages/matplotlib/backends/backend_svg.py", line 1287, in get_text_width_height_descent return self._text2path.get_text_width_height_descent(s, prop, ismath) File "/home/user/.local/lib/python3.10/site-packages/matplotlib/textpath.py", line 60, in get_text_width_height_descent self.mathtext_parser.parse(s, 72, prop) File "/home/user/.local/lib/python3.10/site-packages/matplotlib/mathtext.py", line 79, in parse return self._parse_cached(s, dpi, prop, antialiased) File "/home/user/.local/lib/python3.10/site-packages/matplotlib/mathtext.py", line 100, in _parse_cached box = self._parser.parse(s, fontset, fontsize, dpi) File "/home/user/.local/lib/python3.10/site-packages/matplotlib/_mathtext.py", line 2165, in parse raise ValueError("\n" + ParseException.explain(err, 0)) from None ValueError: \textit{et al.} ^ ParseSyntaxException: Expected \text, found 'it' (at char 5), (line:1, col:6) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> with gr.Blocks() as demo: File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1526, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1493, in get_config_file props = block.get_config() if hasattr(block, "get_config") else {} File "/home/user/.local/lib/python3.10/site-packages/gradio/components/dataframe.py", line 157, in get_config "value": self.value, AttributeError: 'Dataframe' object has no attribute 'value'
Container logs:
Fetching error logs...