Demosthene-OR commited on
Commit
8448fd5
·
1 Parent(s): a609468

Update chatbot_tab.py

Browse files
Files changed (1) hide show
  1. tabs/chatbot_tab.py +1 -1
tabs/chatbot_tab.py CHANGED
@@ -106,7 +106,7 @@ def run():
106
  stream_mode="messages",
107
  ):
108
  if isinstance(chunk, AIMessage): # Filter to just model responses
109
- st.markdown("<span style='white-space: nowrap;'>"+chunk.content+"</span>", unsafe_allow_html=True)
110
 
111
  '''
112
  sentences = ["This is an example sentence", "Each sentence is converted"]
 
106
  stream_mode="messages",
107
  ):
108
  if isinstance(chunk, AIMessage): # Filter to just model responses
109
+ st.markdown("<span style='white-space: nowrap;'>"+"$"+chunk.content+"$"+"</span>", unsafe_allow_html=True)
110
 
111
  '''
112
  sentences = ["This is an example sentence", "Each sentence is converted"]