It’s important to realize that Colab/Jupyter have different style sheets than Streamlit. Is your hope that the second picture would have a different font?
This is great! Just what I needed, thank you @ash2shukla
Also, do you think there's a way to do this with regex? I was trying to learn some basics in the meantime and came up with code that worked in regex101.com but strangely didn't work when I tried it in streamlit and I am a little stuck.
I used rules["consequents"] = rules["consequents"].str.extract(r"\{(.*?)\}") just to see if it works but it returns nan
I don't need to use regular expressions anymore thanks to your fix but I've been trying to learn me some regex to fix this since I posted and I feel a bit incomplete not being able to get it to work :laughing:
Haha no problem @randyzwitch. Oddly enough, I sent that screenshot to someone else and they asked if it was the font too
Yes! A simple but effective solution.
I am curious why streamlit displays it like that. Based on the forums it doesn’t seem others have had that problem so maybe it is some weird edge case.