Hi,
My streamlit app returns a dataframe from which I want to display each row as a text. Each column value of the row represents here each single words of the text. I want them to be displayed on a same line incrementally in the way of a LLM.
Eg : “Value1” time.sleep(0.3) “value2” time.sleep(0.3) “value3”…
Check this thread for some suggestions on getting that effect:
thanks !
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.