Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- 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 |
-
#
|
| 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 |
|