changxin commited on
Commit
70710e6
·
1 Parent(s): 99dfcbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ description = """
9
  <img src="https://pbihub.cn/uploads/images/201809/23/44/n6xk1x6UnN.gif" width=380px>
10
  </center>
11
  """
12
- article = "加入 [组团吹水](https://qm.qq.com/cgi-bin/qm/qr?k=ueJ_sPuOGHOlzSsUC5lVTBdKpQP-PXbO&jump_from=webapi),你不来我不老!"
13
 
14
  gr.Interface(fn=fx,inputs=gr.Textbox(placeholder='测试组件,例如随意输入文本字符串"畅心"',label="请输入变量",show_label=True),outputs=gr.Textbox(label="输出运算结果",show_label=True),title = title, description = description, article = article).launch()
 
9
  <img src="https://pbihub.cn/uploads/images/201809/23/44/n6xk1x6UnN.gif" width=380px>
10
  </center>
11
  """
12
+ article = "加入[组团吹水](https://qm.qq.com/cgi-bin/qm/qr?k=ueJ_sPuOGHOlzSsUC5lVTBdKpQP-PXbO&jump_from=webapi),你不来我不老!"
13
 
14
  gr.Interface(fn=fx,inputs=gr.Textbox(placeholder='测试组件,例如随意输入文本字符串"畅心"',label="请输入变量",show_label=True),outputs=gr.Textbox(label="输出运算结果",show_label=True),title = title, description = description, article = article).launch()