niuyazhe commited on
Commit
7d0a39c
1 Parent(s): 834844c

style(nyz): update banner and original author link

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -38,10 +38,10 @@ if _LANG == "cn":
38
  try_again_label = "再玩一次"
39
  title_markdown = """
40
  <div align="center">
41
- <img src="https://github.com/opendilab/LLMRiddles/tree/main/llmriddles/assets/banner.svg" width="65%" alt="Banner Image">
42
  </div>
43
  <h2 style="text-align: center; color: black;"><a href="https://github.com/OpenDILab"> 🎭LLM Riddles: 完蛋!我被 LLM 拿捏了</a></h2>
44
- <h4 align="center"> 如果你喜欢这个项目,请给我们在 GitHub 点个 star ✨ 。我们将会持续保持更新。再次感谢游戏原作者的奇思妙想! </h4>
45
  <strong><h5 align="center">注意:算法模型的输出可能包含一定的随机性。相关结果不代表任何开发者和相关 AI 服务的态度和意见。本项目开发者不对生成结果作任何保证,仅供娱乐。<h5></strong>
46
  """
47
  tos_markdown = """
@@ -79,10 +79,10 @@ elif _LANG == "en":
79
  try_again_label = "Try Again"
80
  title_markdown = """
81
  <div align="center">
82
- <img src="https://github.com/opendilab/LLMRiddles/tree/main/llmriddles/assets/banner.svg" width="65%" alt="Banner Image">
83
  </div>
84
  <h2 style="text-align: center; color: black;"><a href="https://github.com/OpenDILab"> 🎭LLM Riddles: Oops! Rolling in LLM.</a></h2>
85
- <h4 align="center"> If you like our project, please give us a star ✨ on GitHub for latest update. Thanks for the interesting idea of the original game author. </h4>
86
  <strong><h5 align="center">Notice: The output is generated by algorithm scheme and may involve some randomness. It does not represent the attitudes and opinions of any developers and AI services in this project. We do not make any guarantees about the generated content.<h5></strong>
87
  """
88
  tos_markdown = """
 
38
  try_again_label = "再玩一次"
39
  title_markdown = """
40
  <div align="center">
41
+ <img src="https://raw.githubusercontent.com/opendilab/LLMRiddles/main/llmriddles/assets/banner.svg" width="80%" height="20%" alt="Banner Image">
42
  </div>
43
  <h2 style="text-align: center; color: black;"><a href="https://github.com/OpenDILab"> 🎭LLM Riddles: 完蛋!我被 LLM 拿捏了</a></h2>
44
+ <h4 align="center"> 如果你喜欢这个项目,请给我们在 GitHub 点个 star ✨ 。我们将会持续保持更新。再次感谢游戏<a href="https://www.zhihu.com/people/haoqiang-fan"> 原作者 </a>的奇思妙想! </h4>
45
  <strong><h5 align="center">注意:算法模型的输出可能包含一定的随机性。相关结果不代表任何开发者和相关 AI 服务的态度和意见。本项目开发者不对生成结果作任何保证,仅供娱乐。<h5></strong>
46
  """
47
  tos_markdown = """
 
79
  try_again_label = "Try Again"
80
  title_markdown = """
81
  <div align="center">
82
+ <img src="https://raw.githubusercontent.com/opendilab/LLMRiddles/main/llmriddles/assets/banner.svg" width="80%" height="20%" alt="Banner Image">
83
  </div>
84
  <h2 style="text-align: center; color: black;"><a href="https://github.com/OpenDILab"> 🎭LLM Riddles: Oops! Rolling in LLM.</a></h2>
85
+ <h4 align="center"> If you like our project, please give us a star ✨ on GitHub for latest update. Thanks for the interesting idea of the original game <a href="https://www.zhihu.com/people/haoqiang-fan"> author </a>. </h4>
86
  <strong><h5 align="center">Notice: The output is generated by algorithm scheme and may involve some randomness. It does not represent the attitudes and opinions of any developers and AI services in this project. We do not make any guarantees about the generated content.<h5></strong>
87
  """
88
  tos_markdown = """