skullcandy42 commited on
Commit
e482c3e
·
verified ·
1 Parent(s): 53128f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ from huggingface_hub import hf_hub_download
4
 
5
  CSS = """
6
  #qwen-md .katex-display { display: inline; }
 
 
7
  """
8
 
9
  # 下载GGUF模型文件(如果本地已下载,此代码会跳过)
 
4
 
5
  CSS = """
6
  #qwen-md .katex-display { display: inline; }
7
+ #qwen-md .katex-display>.katex { display: inline; }
8
+ #qwen-md .katex-display>.katex>.katex-html { display: inline; }
9
  """
10
 
11
  # 下载GGUF模型文件(如果本地已下载,此代码会跳过)