ryanamannion / makecents

MakeCents is a dialogue system designed to help coin collectors quickly query coin prices.
Apache License 2.0
5 stars 0 forks source link

Rasa x table display #1

Open ryanamannion opened 3 years ago

ryanamannion commented 3 years ago

Rasa X does not like to format tables well, and removes the whitespace used to make columns nice and neat

ryanamannion commented 3 years ago

I made a post here on the Rasa Community Forums about this issue, but received no responses

I found a workaround for the issue, but was foiled by another issue in Rasa X: local images not being displayed. I was able to turn the table into a png with the Pillow python package with the code seen commented out in this commit: fdea805ad4e6ffd398f7bb523117771475758798

This issue has been posted about in github issues for Rasa here, and numerous times on the forum, e.g. here. I did not want to add more complexity with a flask app, so I abandoned the png table for the time being