Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,8 @@ def create_arena_tab():
|
|
148 |
# Report 选项卡内容创建函数 (30分)
|
149 |
# 报告内容直接嵌入到代码中
|
150 |
def create_report_tab():
|
151 |
-
|
|
|
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 |
---
|