sjdnjn commited on
Commit
979db92
·
verified ·
1 Parent(s): 846fdff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -148,7 +148,8 @@ def create_arena_tab():
148
  # Report 选项卡内容创建函数 (30分)
149
  # 报告内容直接嵌入到代码中
150
  def create_report_tab():
151
- report_content_markdown = \"\"\"
 
152
  # 🚀 Hugging Face 模型对比实验报告
153
 
154
  ---
 
148
  # Report 选项卡内容创建函数 (30分)
149
  # 报告内容直接嵌入到代码中
150
  def create_report_tab():
151
+ # Remove the backslashes here and at the very end of the string
152
+ report_content_markdown = """
153
  # 🚀 Hugging Face 模型对比实验报告
154
 
155
  ---