svjack commited on
Commit
cd2f3a7
1 Parent(s): 7507b76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -337,13 +337,13 @@ example_sample = [
337
  "美国的通货是什么?",
338
  ]
339
 
340
- markdown_exp_size = "#"
341
  lora_repo = "svjack/chatglm3-few-shot"
342
  lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=3"
343
  emoji_info = space_info(lora_repo).__dict__["cardData"]["emoji"]
344
  space_cnt = 1
345
  task_name = "[---Chinese Question Entity Property decomposition---]"
346
- description = f"{markdown_exp_size} {space_cnt}. Check {task_name} few shot prompt in this repo by visit ChatGLM3 Few Shot space repo (click submit to activate) : [{lora_repo_link}](https://huggingface.co/spaces/{lora_repo_link}) {emoji_info}"
347
 
348
 
349
  demo = gr.Interface(
 
337
  "美国的通货是什么?",
338
  ]
339
 
340
+ markdown_exp_size = "###"
341
  lora_repo = "svjack/chatglm3-few-shot"
342
  lora_repo_link = "svjack/chatglm3-few-shot/?input_list_index=3"
343
  emoji_info = space_info(lora_repo).__dict__["cardData"]["emoji"]
344
  space_cnt = 1
345
  task_name = "[---Chinese Question Entity Property decomposition---]"
346
+ description = f"{markdown_exp_size} {task_name} few shot prompt in ChatGLM3 Few Shot space repo (click submit to activate) : [{lora_repo_link}](https://huggingface.co/spaces/{lora_repo_link}) {emoji_info}"
347
 
348
 
349
  demo = gr.Interface(