Spaces:
Sleeping
Sleeping
Commit
·
58549c9
1
Parent(s):
b10cbb3
test deepseek
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo: # Bắt đầu Blocks
|
|
52 |
|
53 |
# Thành phần Markdown để render kết quả đã format (Markdown + LaTeX)
|
54 |
markdown = gr.Markdown(
|
55 |
-
latex_delimiters=[{"left":"$$","right":"$$","display":True}]
|
56 |
) # cho phép render LaTeX:contentReference[oaicite:4]{index=4}
|
57 |
|
58 |
# Các input controls
|
|
|
52 |
|
53 |
# Thành phần Markdown để render kết quả đã format (Markdown + LaTeX)
|
54 |
markdown = gr.Markdown(
|
55 |
+
latex_delimiters=[{"left": "$$", "right": "$$", "display": True}]
|
56 |
) # cho phép render LaTeX:contentReference[oaicite:4]{index=4}
|
57 |
|
58 |
# Các input controls
|