Lar159 commited on
Commit
ca0f72d
·
verified ·
1 Parent(s): 3ef33b2

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -140,7 +140,7 @@ class GradioUI:
140
  label="Interação com o Agente",
141
  bubble_full_width=True,
142
  height=700,
143
- # Esta linha instrui o chatbot a procurar por \(...\) e renderizar como matemática
144
  latex_delimiters=[{"left": "\\(", "right": "\\)", "display": False}]
145
  )
146
 
 
140
  label="Interação com o Agente",
141
  bubble_full_width=True,
142
  height=700,
143
+ #instrui o chatbot a procurar por \(...\) e renderizar como matemática
144
  latex_delimiters=[{"left": "\\(", "right": "\\)", "display": False}]
145
  )
146