AhmadMustafa commited on
Commit
c4d1038
·
1 Parent(s): da6b290

show: thinking

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -450,6 +450,7 @@ def create_chat_interface():
450
  show_copy_all_button=False,
451
  show_copy_button=False,
452
  render=True,
 
453
  )
454
  msg = gr.Textbox(elem_id="chatbot_textbox", show_label=False)
455
  transcript_processor_state = gr.State() # maintain state of imp things
 
450
  show_copy_all_button=False,
451
  show_copy_button=False,
452
  render=True,
453
+ allow_tags=True,
454
  )
455
  msg = gr.Textbox(elem_id="chatbot_textbox", show_label=False)
456
  transcript_processor_state = gr.State() # maintain state of imp things